Tab Counter
Keeps a running count of open tabs and windows.
Qu'est-ce que Tab Counter ?
Tab Counter est une extension Chrome développée par nog642, et sa fonction principale est "Keeps a running count of open tabs and windows.".
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
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window. Also has an option to export your tabs as a JSON file.
Informations de Base sur l'Extension
Nom | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
URL Officiel | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
Description | Keeps a running count of open tabs and windows. |
Taille du Fichier | 7.97 KB |
Nombre d'Installations | 192 |
Version Actuelle | 0.4.5.0 |
Dernière Mise à Jour | 2021-04-28 |
Date de Publication | 2021-04-25 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | nog642 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/nog642/chrome-tab-counter |
URL de la Page d'Aide | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Counter", "version": "0.4.5.0", "description": "Keeps a running count of open tabs and windows.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "optional_permissions": [ "tabs" ] } |