Time Tracker

Keeps track of how much time you spend on various web sites.

What is Time Tracker?

Time Tracker is a Chrome extension developed by nav@google.com, and its main feature is "Keeps track of how much time you spend on various web sites.".

Extension Screenshots

screenshot
screenshot
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

                        Helps users track how much time they spend on various web sites.

Please email feature requests to: nav@gmail.com or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues

This project is open source.                    

Extension Basic Information

Name Time Tracker Time Tracker
ID mokmnbikneoaenmckfmgjgjimphfojkd
Official URL https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd
Description Keeps track of how much time you spend on various web sites.
File Size 76.76 KB
Installation Count 15,086
Current Version 1.2.4
Last Updated 2016-10-29
Publish Date 2016-10-29
Rating 4.24/5 Total 132 Ratings
Developer nav@google.com
Payment Type free
Extension Website https://github.com/navjagpal/browser-timetracker/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tracker",
    "version": "1.2.4",
    "description": "Keeps track of how much time you spend on various web sites.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "config.js",
            "sites.js",
            "tracker.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "idle",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Time Tracker",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon.png"
    }
}