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 |
Eメール | [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" ] } ] } |