Task Time Counter

Very easy task time counter.

What is Task Time Counter?

Task Time Counter is a Chrome extension developed by Willimbu, and its main feature is "Very easy task time counter.".

Extension Screenshots

screenshot

Download Task Time Counter Extension CRX File

Download Task Time Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Task Time Counter Task Time Counter
ID aocpbgdpicmnhplofeepiklfcpjdenbe
Official URL https://chromewebstore.google.com/detail/task-time-counter/aocpbgdpicmnhplofeepiklfcpjdenbe
Description Very easy task time counter.
File Size 92.77 KB
Installation Count 1,588
Current Version 1.3
Last Updated 2017-02-13
Publish Date 2017-02-13
Rating 4.27/5 Total 15 Ratings
Developer Willimbu
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}