WakaTimeTab

for developers Wakatime Tab

What is WakaTimeTab?

WakaTimeTab is a Chrome extension developed by https://gaebal4.tistory.com, and its main feature is "for developers Wakatime Tab".

Extension Screenshots

screenshot
screenshot

Download WakaTimeTab Extension CRX File

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

                        Chrome new tab plugin for Creators.

You can set the coding target time using the WakaTime API,

When the target time is reached, the rain stops.

Even those who do not use WakaTime can use it,

We recommend using it.                    

Extension Basic Information

Name WakaTimeTab WakaTimeTab
ID jpkliledckcfkiiiphajjjeofagpoooj
Official URL https://chromewebstore.google.com/detail/wakatimetab/jpkliledckcfkiiiphajjjeofagpoooj
Description for developers Wakatime Tab
File Size 18.92 MB
Installation Count 37
Current Version 1.5.6
Last Updated 2021-12-01
Publish Date 2020-12-31
Rating 4.75/5 Total 4 Ratings
Developer https://gaebal4.tistory.com
Email [email protected]
Payment Type free
Extension Website https://github.com/writepro4
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WakaTimeTab",
    "version": "1.5.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/wakatime.com\/api\/v1\/",
        "topSites"
    ],
    "description": "for developers Wakatime Tab",
    "browser_action": {
        "default_title": "WakaTimeTab",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}