TabCounter

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

Hvad er TabCounter?

TabCounter er en Chrome-udvidelse udviklet af melockchain, og dens hovedfunktion er "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TabCounter-udvidelses-CRX-fil

Download TabCounter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn TabCounter TabCounter
ID hocnnbmipielnggchdgobnliemdgpmai
Officiel URL https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai
Beskrivelse Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
Filstørrelse 51.71 MB
Antal Installationer 33
Nuværende Version 1.3
Senest Opdateret 2022-12-02
Udgivelsesdato 2022-05-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler melockchain
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}