WakaTime

Automatic time tracking for Chrome.

What is WakaTime?

WakaTime is a Chrome extension developed by https://wakatime.com, and its main feature is "Automatic time tracking for Chrome.".

Extension Screenshots

screenshot

Download WakaTime Extension CRX File

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

                        Automatic time tracking for programmers.

https://github.com/wakatime/chrome-wakatime                    

Extension Basic Information

Name WakaTime WakaTime
ID jnbbnacmeggbgdjgaoojpmhdlkkpblgi
Official URL https://chromewebstore.google.com/detail/wakatime/jnbbnacmeggbgdjgaoojpmhdlkkpblgi
Description Automatic time tracking for Chrome.
File Size 2.44 MB
Installation Count 25,305
Current Version 3.0.22
Last Updated 2024-01-17
Publish Date 2017-03-27
Rating 3.96/5 Total 28 Ratings
Developer https://wakatime.com
Email [email protected]
Payment Type free
Extension Website https://wakatime.com
Help Page URL https://wakatime.com/help
Privacy Policy Page URL https://wakatime.com/legal/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "19": "graphics\/wakatime-logo-19.png",
            "38": "graphics\/wakatime-logo-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "WakaTime"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "wakatimeScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Automatic time tracking for Chrome.",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/wakatime.com",
    "host_permissions": [
        "https:\/\/api.wakatime.com\/*",
        "https:\/\/wakatime.com\/*"
    ],
    "icons": {
        "16": "graphics\/wakatime-logo-16.png",
        "48": "graphics\/wakatime-logo-48.png",
        "128": "graphics\/wakatime-logo-128.png"
    },
    "manifest_version": 3,
    "name": "WakaTime",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "idle"
    ],
    "version": "3.0.22"
}