Tab Counter
This extension will count and log how many tabs you have open
Qu'est-ce que Tab Counter ?
Tab Counter est une extension Chrome développée par daniel.barry, et sa fonction principale est "This extension will count and log how many tabs you have open".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Counter
Téléchargez les fichiers d'extension Tab Counter 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
Keep track of the number of tabs and windows you have open Shows the number of tabs and windows currently open and a graph of how many are open over time
Informations de Base sur l'Extension
Nom | Tab Counter |
ID | gnfjchpcjcgjechjnplhablhjdhdimmf |
URL Officiel | https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf |
Description | This extension will count and log how many tabs you have open |
Taille du Fichier | 198 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-03-09 |
Date de Publication | 2021-03-09 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | daniel.barry |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "This extension will count and log how many tabs you have open", "version": "1.0.2", "background": { "scripts": [ "chart.js", "prototype.js", "script.js", "popup.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |