Tab Counter

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

Qu'est-ce que Tab Counter ?

Tab Counter est une extension Chrome développée par Drake Panzer, et sa fonction principale est "Changes your new tab page to a counter that displays how many tabs you have opened today.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Counter

Téléchargez les fichiers d'extension Tab Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tab Counter Tab Counter
ID jolnbjdcabeggeklgccfpbebhgkgjgee
URL Officiel https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee
Description Changes your new tab page to a counter that displays how many tabs you have opened today.
Taille du Fichier 27.81 KB
Nombre d'Installations 28
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-31
Date de Publication 2017-01-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Drake Panzer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dpanzer.net
URL de la Page d'Aide https://dpanzer.net/contact
URL de la Page de Politique de Confidentialité https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy
Langues Prises en Charge 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"
}