Time Tracker

Time Tracker

What is Time Tracker?

Time Tracker is a Chrome extension developed by http://kindwhale.com, and its main feature is "Time Tracker".

Extension Screenshots

screenshot

Download Time Tracker Extension CRX File

Download Time Tracker 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

                        KindWhale Time Tracker is a lightweight productivity tool. Ever wonder how much time you spend on particular sites? Do you want to improve your productivity and focus? Time Tracker app will show you your internet activity in beautiful, well thought out visualizations. Think Fitbit for data driven fitness as to Time Tracker for data driven internet activity. 

Features
- Daily, weekly, monthly statistics of websites visited 
- Drill into websites visited stats to see daily trend of a specific website 
- Ability to send feedback about a site. 

Features *Coming soon

- Ability to blacklist websites so that they are not part of the tracking stats                    

Extension Basic Information

Name Time Tracker Time Tracker
ID hclkpihmgdddnaogdbbeioanljljhidk
Official URL https://chrome.google.com/webstore/detail/time-tracker/hclkpihmgdddnaogdbbeioanljljhidk
Description Time Tracker
File Size 245 KB
Installation Count 117
Current Version 0.1
Last Updated 2016-07-26
Publish Date 2016-07-26
Rating 2.33/5 Total 3 Ratings
Developer http://kindwhale.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Tracker",
    "description": "Time Tracker",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Time Tracker"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-1.12.0.min.js",
            "libs\/moment.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css"
    ]
}