Task timer
This extension set timer for tasks.
Task timerとは何ですか?
Task timerはskrasilnikov.devによって開発されたChromeの拡張機能で、その主な機能は「This extension set timer for tasks.」です。
拡張機能のスクリーンショット
Task timer拡張機能のCRXファイルをダウンロード
Task timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's a chrome extension for creating tasks and counting time for solving these tasks.
拡張機能の基本情報
名前 | |
ID | ilodecgofagpdifoghkggnaohndgpipb |
公式URL | https://chrome.google.com/webstore/detail/task-timer/ilodecgofagpdifoghkggnaohndgpipb |
説明 | This extension set timer for tasks. |
ファイルサイズ | 94.94 KB |
インストール数 | 964 |
現在のバージョン | 1.2.3 |
最終更新日 | 2019-04-09 |
公開日 | 2019-04-09 |
評価 | 4.56/5 合計 9 レビュー |
開発者 | skrasilnikov.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/skrasilnikoff/task-timer-chrome-extension |
ヘルプページのURL | https://github.com/skrasilnikoff/task-timer-chrome-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task timer", "description": "This extension set timer for tasks.", "version": "1.2.3", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": true, "permissions": [ "notifications", "storage" ] } |