Website Time Tracker

Find out how much time you spend on various websites.

Cos'è Website Time Tracker?

Website Time Tracker è un'estensione di Chrome sviluppata da Jakson K., e la sua funzione principale è "Find out how much time you spend on various websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Website Time Tracker

Scarica i file di estensione Website Time 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

                        Ever wondered how much time you've had certain websites open? The Website Time Tracker extension will allow you to track the amount of total time you've spent/wasted on places around the web! These stats are just for you... they aren't reported anywhere.

"Hourglass" icon source: http://bit.ly/1MFcCBW                    

Informazioni di Base sull'Estensione

Nome Website Time Tracker Website Time Tracker
ID ekdocmaecfjfikmhfbmlfaopdndepefl
URL Ufficiale https://chromewebstore.google.com/detail/website-time-tracker/ekdocmaecfjfikmhfbmlfaopdndepefl
Descrizione Find out how much time you spend on various websites.
Dimensione del File 50.55 KB
Conteggio Installazioni 431
Versione Corrente 1.0
Ultimo Aggiornamento 2015-10-22
Data di Pubblicazione 2015-10-22
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Jakson K.
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Time Tracker",
    "description": "Find out how much time you spend on various websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/hourglass.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/hourglass_16.png",
        "48": "assets\/hourglass_48.png",
        "128": "assets\/hourglass_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/website-statistics.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/regular.css"
    ]
}