Tab Tracker

Track your activity on distracting sites

What is Tab Tracker?

Tab Tracker is a Chrome extension developed by Aldous, and its main feature is "Track your activity on distracting sites".

Extension Screenshots

screenshot
screenshot

Download Tab Tracker Extension CRX File

Download Tab 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

                        Productivity tool for graphing browsing history on sites that the user designates.                    

Extension Basic Information

Name Tab Tracker Tab Tracker
ID oefkghdmdbhmlmgbbodcojfijjcieojn
Official URL https://chromewebstore.google.com/detail/tab-tracker/oefkghdmdbhmlmgbbodcojfijjcieojn
Description Track your activity on distracting sites
File Size 1.54 MB
Installation Count 65
Current Version 0.5
Last Updated 2017-08-20
Publish Date 2017-08-20
Rating 5.00/5 Total 2 Ratings
Developer Aldous
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Tracker",
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Track your activity on distracting sites",
    "version": "0.5",
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "storage",
        "background",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js",
            "Options_Page\/libs\/URI.js\/src\/URI.min.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "Options_Page\/options_new.html",
    "browser_action": {
        "default_title": "TabTracker",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}