Work-Time
Work-Time - It's just the timer of your working time.
Work-Timeとは何ですか?
Work-TimeはAlex Zarnitsaによって開発されたChromeの拡張機能で、その主な機能は「Work-Time - It's just the timer of your working time.」です。
拡張機能のスクリーンショット
Work-Time拡張機能のCRXファイルをダウンロード
Work-Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add timers for each task. Each timer has their notes. Timer thinks if a new day, and you do not stop the timer, it resets to 0:00. You can also see the Options page, to set this option. And also, Help, you can find on the Options page. This page will help you to find additional functions.
拡張機能の基本情報
名前 | Work-Time |
ID | fbdehjlkdfihmopbhddckmnabmfgkmkg |
公式URL | https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg |
説明 | Work-Time - It's just the timer of your working time. |
ファイルサイズ | 448 KB |
インストール数 | 401 |
現在のバージョン | 3.0.5 |
最終更新日 | 2015-02-14 |
公開日 | 2015-02-14 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Alex Zarnitsa |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "browser_action": { "default_icon": "\/images\/clock.png", "default_popup": "\/popup.html", "default_title": "Work-Time", "name": "Work-Time" }, "description": "Work-Time - It's just the timer of your working time.", "icons": { "128": "\/images\/clock.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes\/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB", "manifest_version": 2, "name": "Work-Time", "options_page": "options.html", "short_name": "Work-Time", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.5" } |