MultiTimer ZN
This multi timer will allow you to keep track of the time you spend on different activities.
MultiTimer ZNとは何ですか?
MultiTimer ZNはAndrej Babičによって開発されたChromeの拡張機能で、その主な機能は「This multi timer will allow you to keep track of the time you spend on different activities.」です。
拡張機能のスクリーンショット
MultiTimer ZN拡張機能のCRXファイルをダウンロード
MultiTimer ZN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you need to, or just wish to know how much time you dedicate to a specific activity, you may want to keep yourself on the clock. Keeping track of multiple activities can quickly become a nightmare. Fortunately for you, you have just found the tool you've always wished for (sort of:) Key features: • Multiple timers, with multiple checkpoints. • Easy to modify and adjust. • The timers are persisent. Even if you close your browser they will be still waiting for you. • Timers can be exported to and imported from a file. • Keyboard shortcuts. This extension was initially meant to be used to track time on different projects while freelancing. We are actually surprised by how useful it has turned out to be, so we have decided to share it. Since we eat our own dog food, any suggestions and feedbacks will be greatly appreciated :)
拡張機能の基本情報
名前 | MultiTimer ZN |
ID | mkeknbhnbobknhphlbmhoeibadjpflma |
公式URL | https://chromewebstore.google.com/detail/multitimer-zn/mkeknbhnbobknhphlbmhoeibadjpflma |
説明 | This multi timer will allow you to keep track of the time you spend on different activities. |
ファイルサイズ | 120 KB |
インストール数 | 892 |
現在のバージョン | 1.1 |
最終更新日 | 2013-08-12 |
公開日 | 2013-08-12 |
評価 | 4.58/5 合計 55 レビュー |
開発者 | Andrej Babič |
支払い方法 | free |
拡張機能のウェブサイト | http://www.linkedin.com/in/andrejbabic |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiTimer ZN", "description": "This multi timer will allow you to keep track of the time you spend on different activities.", "version": "1.1", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "offline_enabled": true, "homepage_url": "http:\/\/www.linkedin.com\/in\/andrejbabic", "browser_action": { "default_icon": "img\/icon.png" }, "background": { "page": "resources\/background.html" }, "permissions": [ "tabs" ] } |