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 |
官方URL | 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" ] } ] } |