Timebite - Online wasted time tracker
See what takes the biggest bites out of your day
Timebite - Online wasted time trackerとは何ですか?
Timebite - Online wasted time trackerはDrikによって開発されたChromeの拡張機能で、その主な機能は「See what takes the biggest bites out of your day」です。
拡張機能のスクリーンショット
Timebite - Online wasted time tracker拡張機能のCRXファイルをダウンロード
Timebite - Online wasted time tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Timebite is the silent helper that always knows when you are wasting time on your browser. The extension tracks domains you visit and shows you summary of wasted time versus productive time. All data is saved locally and only you can see that info. You can set number of days that data is kept before erasing. All older data will be deleted. You can setup time range when the extension tracks your activity and also pause tracking anytime if needed. Get Timebite and see what takes the biggest bites out of your productive time online!
拡張機能の基本情報
名前 | Timebite - Online wasted time tracker |
ID | mkpcepodmbdmbpenhmmkipbijpblfjik |
公式URL | https://chromewebstore.google.com/detail/timebite-online-wasted-ti/mkpcepodmbdmbpenhmmkipbijpblfjik |
説明 | See what takes the biggest bites out of your day |
ファイルサイズ | 32.35 KB |
インストール数 | 960 |
現在のバージョン | 1.0.5 |
最終更新日 | 2020-04-20 |
公開日 | 2020-04-20 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | Drik |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://drik.eu |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timebite - Online wasted time tracker", "short_name": "Timebite", "version": "1.0.5", "manifest_version": 2, "description": "See what takes the biggest bites out of your day", "background": { "scripts": [ "scripts\/lib.js", "scripts\/db.js", "scripts\/ga.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "html\/popup.html", "default_title": "Timebite" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "options_page": "html\/settings.html", "options_ui": { "page": "html\/settings.html", "chrome_style": true }, "permissions": [ "tabs" ] } |