Task Timer
An offline task timer extension that will help you keep track of your schedule.
Task Timerとは何ですか?
Task TimerはTudor Stoicaによって開発されたChromeの拡張機能で、その主な機能は「An offline task timer extension that will help you keep track of your schedule.」です。
拡張機能のスクリーンショット
Task Timer拡張機能のCRXファイルをダウンロード
Task Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides you with : - a system that keeps track of your tasks - a sticky notes tab - reports tab that give the information you want and which you can export
拡張機能の基本情報
名前 | Task Timer |
ID | cdooaodgjnfoieflegemcnbgdibopbmi |
公式URL | https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi |
説明 | An offline task timer extension that will help you keep track of your schedule. |
ファイルサイズ | 488 KB |
インストール数 | 1,855 |
現在のバージョン | 2.6.5 |
最終更新日 | 2019-09-02 |
公開日 | 2019-09-01 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | Tudor Stoica |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Timer", "version": "2.6.5", "description": "An offline task timer extension that will help you keep track of your schedule.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2 } |