Task Timer

An offline task timer extension that will help you keep track of your schedule.

What is Task Timer?

Task Timer is a Chrome extension developed by Tudor Stoica, and its main feature is "An offline task timer extension that will help you keep track of your schedule.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Task Timer Extension CRX File

Download Task Timer 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 provides you with :

 - a system that keeps track of your tasks 
 - a sticky notes tab
 - reports tab that give the information you want and which you can export                    

Extension Basic Information

Name Task Timer Task Timer
ID cdooaodgjnfoieflegemcnbgdibopbmi
Official URL https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi
Description An offline task timer extension that will help you keep track of your schedule.
File Size 488 KB
Installation Count 1,855
Current Version 2.6.5
Last Updated 2019-09-02
Publish Date 2019-09-01
Rating 4.50/5 Total 6 Ratings
Developer Tudor Stoica
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task Timer",
    "version": "2.6.5",
    "description": "An offline task timer extension that will help you keep track of your schedule.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2
}