Web Time Tracker

This extension helps you track your time spent using the web for work.

Cos'è Web Time Tracker?

Web Time Tracker è un'estensione di Chrome sviluppata da Joey Lea, e la sua funzione principale è "This extension helps you track your time spent using the web for work.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Web Time Tracker

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

                        Keep track of your time spent on your web projects with the tool you use most, your browser. The Web Time Tracker makes it easy to track your hours spent on projects right inside Google Chrome.  It syncs across all your browsers so you are always up to date.  Plus, you can add goals and stay on top of your to-do list.                    

Informazioni di Base sull'Estensione

Nome Web Time Tracker Web Time Tracker
ID hfhhlhelfbijnejjdihdfchakekadhbg
URL Ufficiale https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg
Descrizione This extension helps you track your time spent using the web for work.
Dimensione del File 164 KB
Conteggio Installazioni 172
Versione Corrente 0.0.4
Ultimo Aggiornamento 2015-05-10
Data di Pubblicazione 2015-05-10
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Joey Lea
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Time Tracker",
    "description": "This extension helps you track your time spent using the web for work.",
    "version": "0.0.4",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "home.html",
        "default_title": "Web Time Tracker"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/tt.w3by.com\/"
    ]
}