WakaTimeTab
for developers Wakatime Tab
什麼是WakaTimeTab?
WakaTimeTab是由https://gaebal4.tistory.com開發的Chrome擴展程式,該擴展的主要功能是“for developers Wakatime Tab”。
擴展截圖
下載WakaTimeTab擴展crx文件
下載WakaTimeTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | WakaTimeTab |
ID | jpkliledckcfkiiiphajjjeofagpoooj |
官方網址 | https://chromewebstore.google.com/detail/wakatimetab/jpkliledckcfkiiiphajjjeofagpoooj |
簡介 | for developers Wakatime Tab |
檔案大小 | 18.92 MB |
安裝次數 | 37 |
目前版本 | 1.5.6 |
更新時間 | 2021-12-01 |
上架時間 | 2020-12-31 |
評分 | 4.75/5 共 4 次評分 |
開發者 | https://gaebal4.tistory.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/writepro4 |
支援的語言 | 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" ] } ] } |