WakaTimeTab

for developers Wakatime Tab

Wat is WakaTimeTab?

WakaTimeTab is een Chrome-extensie ontwikkeld door https://gaebal4.tistory.com, en de belangrijkste functie is "for developers Wakatime Tab".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WakaTimeTab

Download WakaTimeTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WakaTimeTab WakaTimeTab
ID jpkliledckcfkiiiphajjjeofagpoooj
Officiële URL https://chromewebstore.google.com/detail/wakatimetab/jpkliledckcfkiiiphajjjeofagpoooj
Beschrijving for developers Wakatime Tab
Bestandsgrootte 18.92 MB
Aantal Installaties 37
Huidige Versie 1.5.6
Laatst Bijgewerkt 2021-12-01
Publicatiedatum 2020-12-31
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://gaebal4.tistory.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/writepro4
Ondersteunde Talen 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"
            ]
        }
    ]
}