Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
Wat is Tab Counter?
Tab Counter is een Chrome-extensie ontwikkeld door Drake Panzer, en de belangrijkste functie is "Changes your new tab page to a counter that displays how many tabs you have opened today.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Counter
Download Tab Counter-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
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.
Basisinformatie over de Extensie
Naam | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
Officiële URL | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
Beschrijving | Changes your new tab page to a counter that displays how many tabs you have opened today. |
Bestandsgrootte | 27.81 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-01-31 |
Publicatiedatum | 2017-01-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Drake Panzer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dpanzer.net |
Help Pagina-URL | https://dpanzer.net/contact |
URL van de Privacybeleid Pagina | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
Ondersteunde Talen | 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" } |