Tab Counter

Shows the amount of tabs you've created on every new tab.

Co je Tab Counter?

Tab Counter je rozšíření Chrome vyvinuté metarmask, a jeho hlavní funkcí je „Shows the amount of tabs you've created on every new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tab Counter

Stáhněte si soubory rozšíření Tab Counter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tab Counter Tab Counter
ID mahddlcedaddgnglfdlgphgdkgcjocbf
Oficiální URL https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf
Popis Shows the amount of tabs you've created on every new tab.
Velikost souboru 16.79 KB
Počet instalací 56
Aktuální Verze 2.0
Poslední Aktualizace 2016-07-23
Datum Vydání 2016-07-23
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář metarmask
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}