TabGraph
Track and graph how many tabs you have open.
Qu'est-ce que TabGraph ?
TabGraph est une extension Chrome développée par psc, et sa fonction principale est "Track and graph how many tabs you have open.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabGraph
Téléchargez les fichiers d'extension TabGraph au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | iccoccncfjfmlkdigkefipjfndkmagng |
URL Officiel | https://chrome.google.com/webstore/detail/tabgraph/iccoccncfjfmlkdigkefipjfndkmagng |
Description | Track and graph how many tabs you have open. |
Taille du Fichier | 324 KB |
Nombre d'Installations | 117 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-03-12 |
Date de Publication | 2014-03-12 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | psc |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |