Tab Counter

Changes your new tab page to a counter that displays how many tabs you have opened today.

Co je Tab Counter?

Tab Counter je rozšíření Chrome vyvinuté Drake Panzer, a jeho hlavní funkcí je „Changes your new tab page to a counter that displays how many tabs you have opened today.“.

Snímky obrazovky rozšíření

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í

                        Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day.

The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link:

https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche


______
If you have any problems or suggestions, feel free to tell me.                    

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

Název Tab Counter Tab Counter
ID jolnbjdcabeggeklgccfpbebhgkgjgee
Oficiální URL https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee
Popis Changes your new tab page to a counter that displays how many tabs you have opened today.
Velikost souboru 27.81 KB
Počet instalací 28
Aktuální Verze 1.0
Poslední Aktualizace 2017-01-31
Datum Vydání 2017-01-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Drake Panzer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dpanzer.net
URL Stránky Nápovědy https://dpanzer.net/contact
URL Stránky Zásad Ochrany Soukromí https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Podporované Jazyky en-US
manifest.json
{
    "author": "engineerofstuff",
    "chrome_url_overrides": {
        "newtab": "dist\/override.html"
    },
    "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.",
    "homepage_url": "https:\/\/dpanzer.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tab Counter",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}