TabCounter

Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.

Qu'est-ce que TabCounter ?

TabCounter est une extension Chrome développée par melockchain, et sa fonction principale est "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TabCounter

Téléchargez les fichiers d'extension TabCounter 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

                        Tab Counter tracks the number of tabs:
- Currently open
- Opened today
- Left open from yesterday
- Days number of tabs have been left open
- Number of tabs opened since install of this extension                    

Informations de Base sur l'Extension

Nom TabCounter TabCounter
ID hocnnbmipielnggchdgobnliemdgpmai
URL Officiel https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai
Description Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
Taille du Fichier 51.71 MB
Nombre d'Installations 33
Version Actuelle 1.3
Dernière Mise à Jour 2022-12-02
Date de Publication 2022-05-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur melockchain
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabCounter",
    "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tab_count16.png",
            "32": "\/images\/tab_count32.png",
            "48": "\/images\/tab_count48.png",
            "128": "\/images\/tab_count128.png"
        }
    },
    "icons": {
        "16": "\/images\/tab_count16.png",
        "32": "\/images\/tab_count32.png",
        "48": "\/images\/tab_count48.png",
        "128": "\/images\/tab_count128.png"
    }
}