Chrome on Linux - query the browser to see what tabs are open? -
i running chromium (the open source chrome version) on ubuntu linux. can write programme see tabs have open? write programme monitor how time i'm spending on things. there command line programme, way invoke chromium-browser command, or dbus incantation tell me tabs have open , url each tab at?
indeed there command line option can open door running chrome (chromium) process --remote-shell-port
. through "debugging back-door" may able list of open tabs.
- look @ chromedevtools further inspiration.
update:
chrome devtools deprecated , not supported anymore since version >17.0.950.* see webkit-protocol manual if new debug-framework provides similar manners accomplish task.
Comments
Post a Comment