Web Time Tracker
This extension helps you track your time spent using the web for work.
Web Time Trackerとは何ですか?
Web Time TrackerはJoey Leaによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you track your time spent using the web for work.」です。
拡張機能のスクリーンショット
Web Time Tracker拡張機能のCRXファイルをダウンロード
Web Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keep track of your time spent on your web projects with the tool you use most, your browser. The Web Time Tracker makes it easy to track your hours spent on projects right inside Google Chrome. It syncs across all your browsers so you are always up to date. Plus, you can add goals and stay on top of your to-do list.
拡張機能の基本情報
名前 | Web Time Tracker |
ID | hfhhlhelfbijnejjdihdfchakekadhbg |
公式URL | https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg |
説明 | This extension helps you track your time spent using the web for work. |
ファイルサイズ | 164 KB |
インストール数 | 172 |
現在のバージョン | 0.0.4 |
最終更新日 | 2015-05-10 |
公開日 | 2015-05-10 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Joey Lea |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Time Tracker", "description": "This extension helps you track your time spent using the web for work.", "version": "0.0.4", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "home.html", "default_title": "Web Time Tracker" }, "permissions": [ "storage", "activeTab", "https:\/\/tt.w3by.com\/" ] } |