Tab Tracker

Track your activity on distracting sites

Cos'è Tab Tracker?

Tab Tracker è un'estensione di Chrome sviluppata da Aldous, e la sua funzione principale è "Track your activity on distracting sites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Tracker

Scarica i file di estensione Tab Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Productivity tool for graphing browsing history on sites that the user designates.                    

Informazioni di Base sull'Estensione

Nome Tab Tracker Tab Tracker
ID oefkghdmdbhmlmgbbodcojfijjcieojn
URL Ufficiale https://chromewebstore.google.com/detail/tab-tracker/oefkghdmdbhmlmgbbodcojfijjcieojn
Descrizione Track your activity on distracting sites
Dimensione del File 1.54 MB
Conteggio Installazioni 65
Versione Corrente 0.5
Ultimo Aggiornamento 2017-08-20
Data di Pubblicazione 2017-08-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Aldous
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Tracker",
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Track your activity on distracting sites",
    "version": "0.5",
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "storage",
        "background",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js",
            "Options_Page\/libs\/URI.js\/src\/URI.min.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "Options_Page\/options_new.html",
    "browser_action": {
        "default_title": "TabTracker",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}