TabStats

An extension that track amount of time you spent on a website each day.

What is TabStats?

TabStats is a Chrome extension developed by pallab.gain, and its main feature is "An extension that track amount of time you spent on a website each day.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TabStats Extension CRX File

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

                        A chrome extension that track amount of time you spent on a website everyday.

 - Bugfix 
  - Window focus related issue                    

Extension Basic Information

Name TabStats TabStats
ID milpdpjbadncalidnmimelocmkmnmacj
Official URL https://chromewebstore.google.com/detail/tabstats/milpdpjbadncalidnmimelocmkmnmacj
Description An extension that track amount of time you spent on a website each day.
File Size 2.06 MB
Installation Count 35
Current Version 1.2.5
Last Updated 2020-02-22
Publish Date 2020-02-22
Developer pallab.gain
Email [email protected]
Payment Type free
Extension Website https://github.com/pallab-gain/TabStats
Help Page URL https://github.com/pallab-gain/TabStats/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabStats",
    "version": "1.2.5",
    "description": "An extension that track amount of time you spent on a website each day.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "cdn"
    ],
    "permissions": [
        "tabs"
    ]
}