Tab Counter

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

Vad är Tab Counter?

Tab Counter är en Chrome-tillägg utvecklad av Drake Panzer, och dess huvudfunktion är "Changes your new tab page to a counter that displays how many tabs you have opened today.".

Tilläggsskärmbilder

screenshot

Ladda ner Tab Counter-förlängningens CRX-fil

Ladda ner Tab Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tab Counter Tab Counter
ID jolnbjdcabeggeklgccfpbebhgkgjgee
Officiell webbadress https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee
Beskrivning Changes your new tab page to a counter that displays how many tabs you have opened today.
Filstorlek 27.81 KB
Antal Installationer 28
Aktuell Version 1.0
Senast Uppdaterad 2017-01-31
Publiceringsdatum 2017-01-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Drake Panzer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dpanzer.net
Hjälpsida URL https://dpanzer.net/contact
URL till Sekretesspolicy Sidan https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Stödda Språk 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"
}