TabGraph
Track and graph how many tabs you have open.
What is TabGraph?
TabGraph is a Chrome extension developed by psc, and its main feature is "Track and graph how many tabs you have open.".
Extension Screenshots
Download TabGraph Extension CRX File
Download TabGraph extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Track and graph how many tabs you have open in Chrome. Extension icon shows a counter of how many tabs are open. The background color adjusts to let you know if you're near your max. Clicking on the icon opens up a graph that shows your tab open and close history. Source code: https://github.com/paulcretu/TabGraph Changelog: 1.0.1 - Clicking on icon now closes the popup if it's open 1.0.0 - Initial release
Extension Basic Information
Name | |
ID | iccoccncfjfmlkdigkefipjfndkmagng |
Official URL | https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng |
Description | Track and graph how many tabs you have open. |
File Size | 324 KB |
Installation Count | 117 |
Current Version | 1.0.1 |
Last Updated | 2014-03-12 |
Publish Date | 2014-03-12 |
Rating | 5.00/5 Total 6 Ratings |
Developer | psc |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabGraph", "version": "1.0.1", "description": "Track and graph how many tabs you have open.", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |