alichtman / alichtman/open_tab_tracker
Track Chrome / Chromium Open Tabs
- Lenguaje dominante
- Python
- Estrellas
- 3
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.