alichtman / alichtman/open_tab_tracker
Track Chrome / Chromium Open Tabs
- Langage dominant
- Python
- Étoiles
- 3
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.