Task Time Counter

Very easy task time counter.

Cos'è Task Time Counter?

Task Time Counter è un'estensione di Chrome sviluppata da Willimbu, e la sua funzione principale è "Very easy task time counter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Task Time Counter

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

                        This extension allow you to count how many time you spend in a task                    

Informazioni di Base sull'Estensione

Nome Task Time Counter Task Time Counter
ID aocpbgdpicmnhplofeepiklfcpjdenbe
URL Ufficiale https://chromewebstore.google.com/detail/task-time-counter/aocpbgdpicmnhplofeepiklfcpjdenbe
Descrizione Very easy task time counter.
Dimensione del File 92.77 KB
Conteggio Installazioni 1,588
Versione Corrente 1.3
Ultimo Aggiornamento 2017-02-13
Data di Pubblicazione 2017-02-13
Valutazione 4.27/5 Totale 15 Valutazioni
Sviluppatore Willimbu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Task Time Counter",
    "description": "Very easy task time counter.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications"
    ]
}