alichtman / alichtman/open_tab_tracker
Track Chrome / Chromium Open Tabs
- Ngôn ngữ chính
- Python
- Star
- 3
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
For `macOS`, run some Applescript:
```
tell application "Chrome"
count every tab of every window
end tell
```
I don't know how to do this on Linux for sure.
`/Users/alichtman/Library/Application Support/Google/Chrome/Default/Local Storage/leveldb` looks like it contains session files, and maybe we can parse them to get the tab count.
See https://github.com/IncideDigital/rvt2/blob/a520ed69146c3c479b9404330df1b44b39b2cb4f/plugins/common/RVT_skype.py for parsing the leveldb files.
Chrome's LDB comparator is https://source.chromium.org/chromium/chromium/src/+/main:content/browser/indexed_db/indexed_db_leveldb_operations.cc;l=39-47;bpv=1;bpt=1?q=idb_cmp1&ss=chromium: idb_cmp1
https://stackoverflow.com/a/35142175/8740440
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.