Task Time Counter

Very easy task time counter.

Vad är Task Time Counter?

Task Time Counter är en Chrome-tillägg utvecklad av Willimbu, och dess huvudfunktion är "Very easy task time counter.".

Tilläggsskärmbilder

screenshot

Ladda ner Task Time Counter-förlängningens CRX-fil

Ladda ner Task Time Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Task Time Counter Task Time Counter
ID aocpbgdpicmnhplofeepiklfcpjdenbe
Officiell webbadress https://chromewebstore.google.com/detail/task-time-counter/aocpbgdpicmnhplofeepiklfcpjdenbe
Beskrivning Very easy task time counter.
Filstorlek 92.77 KB
Antal Installationer 1,588
Aktuell Version 1.3
Senast Uppdaterad 2017-02-13
Publiceringsdatum 2017-02-13
Betyg 4.27/5 Totalt 15 Betyg
Utvecklare Willimbu
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}