TabStats

An extension that track amount of time you spent on a website each day.

Qu'est-ce que TabStats ?

TabStats est une extension Chrome développée par pallab.gain, et sa fonction principale est "An extension that track amount of time you spent on a website each day.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TabStats

Téléchargez les fichiers d'extension TabStats 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

                        A chrome extension that track amount of time you spent on a website everyday.

 - Bugfix 
  - Window focus related issue                    

Informations de Base sur l'Extension

Nom TabStats TabStats
ID milpdpjbadncalidnmimelocmkmnmacj
URL Officiel https://chromewebstore.google.com/detail/tabstats/milpdpjbadncalidnmimelocmkmnmacj
Description An extension that track amount of time you spent on a website each day.
Taille du Fichier 2.06 MB
Nombre d'Installations 35
Version Actuelle 1.2.5
Dernière Mise à Jour 2020-02-22
Date de Publication 2020-02-22
Développeur pallab.gain
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pallab-gain/TabStats
URL de la Page d'Aide https://github.com/pallab-gain/TabStats/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabStats",
    "version": "1.2.5",
    "description": "An extension that track amount of time you spent on a website each day.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "cdn"
    ],
    "permissions": [
        "tabs"
    ]
}