Tab Counter
Shows the amount of tabs you've created on every new tab.
Qu'est-ce que Tab Counter ?
Tab Counter est une extension Chrome développée par metarmask, et sa fonction principale est "Shows the amount of tabs you've created on every new tab.".
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
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
Informations de Base sur l'Extension
Nom | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
URL Officiel | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Description | Shows the amount of tabs you've created on every new tab. |
Taille du Fichier | 16.79 KB |
Nombre d'Installations | 56 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-07-23 |
Date de Publication | 2016-07-23 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | metarmask |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |