Time Tracker
Keeps track of how much time you spend on various web sites.
Time Trackerとは何ですか?
Time Trackerは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Keeps track of how much time you spend on various web sites.」です。
拡張機能のスクリーンショット
Time Tracker拡張機能のCRXファイルをダウンロード
Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Helps users track how much time they spend on various web sites. Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues This project is open source.
拡張機能の基本情報
名前 | Time Tracker |
ID | mokmnbikneoaenmckfmgjgjimphfojkd |
公式URL | https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd |
説明 | Keeps track of how much time you spend on various web sites. |
ファイルサイズ | 76.76 KB |
インストール数 | 15,086 |
現在のバージョン | 1.2.4 |
最終更新日 | 2016-10-29 |
公開日 | 2016-10-29 |
評価 | 4.24/5 合計 132 レビュー |
開発者 | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/navjagpal/browser-timetracker/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tracker", "version": "1.2.4", "description": "Keeps track of how much time you spend on various web sites.", "manifest_version": 2, "background": { "scripts": [ "config.js", "sites.js", "tracker.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "idle", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Time Tracker", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon.png" } } |