TabCounter

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

Wat is TabCounter?

TabCounter is een Chrome-extensie ontwikkeld door melockchain, en de belangrijkste functie is "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TabCounter

Download TabCounter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TabCounter TabCounter
ID hocnnbmipielnggchdgobnliemdgpmai
Officiële URL https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai
Beschrijving Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
Bestandsgrootte 51.71 MB
Aantal Installaties 33
Huidige Versie 1.3
Laatst Bijgewerkt 2022-12-02
Publicatiedatum 2022-05-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar melockchain
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}