TabGraph
Track and graph how many tabs you have open.
Cos'è TabGraph?
TabGraph è un'estensione di Chrome sviluppata da psc, e la sua funzione principale è "Track and graph how many tabs you have open.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabGraph
Scarica i file di estensione TabGraph in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | iccoccncfjfmlkdigkefipjfndkmagng |
URL Ufficiale | https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng |
Descrizione | Track and graph how many tabs you have open. |
Dimensione del File | 324 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-03-12 |
Data di Pubblicazione | 2014-03-12 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | psc |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |