Webtime Tracker
Discover your browsing habits! Time tracking at its best.
Webtime Trackerとは何ですか?
Webtime Trackerはhttps://petasittek.comによって開発されたChromeの拡張機能で、その主な機能は「Discover your browsing habits! Time tracking at its best.」です。
拡張機能のスクリーンショット
Webtime Tracker拡張機能のCRXファイルをダウンロード
Webtime Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Webtime Tracker keeps track of how you spend time on the web and presents the stats in a useful and intuitive way. 🚀 What you'll see ⭐️ Time spent on individual websites ⭐️ Detailed domain stats ⭐️ Total time spent browsing ⭐️ Usage visualized by colorful graphs 🚀 Extras ⭐️ Backup and restore, export to CSV ⭐️ Screenshots (e.g. for sharing) ⭐️ Works even offline ⭐️ Precise algorithm measuring time only when Chrome window is active (not covered by other windows) 🚀 Statistics ⭐️ Today overview ⭐️ Daily averages ⭐️ All-time stats 🚀 Customizable features ⭐️ Idle time interval ⭐️ Doughnut graph gaps (for readability) ⭐️ Time tracker in icon 🚀 Permissions explained ⭐️ "Read you browsing history": to allow the extension to read current tab's domain (lowest permission required among another time trackers) Completely free and with no ads Made with ♥ by Peta Sittek
拡張機能の基本情報
名前 | Webtime Tracker |
ID | ppaojnbmmaigjmlpjaldnkgnklhicppk |
公式URL | https://chromewebstore.google.com/detail/webtime-tracker/ppaojnbmmaigjmlpjaldnkgnklhicppk |
説明 | Discover your browsing habits! Time tracking at its best. |
ファイルサイズ | 37.95 KB |
インストール数 | 80,280 |
現在のバージョン | 1.7.8 |
最終更新日 | 2022-11-26 |
公開日 | 2020-03-27 |
評価 | 4.78/5 合計 628 レビュー |
開発者 | https://petasittek.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.petasittek.com/ |
ヘルプページのURL | https://petasittek.zendesk.com/hc/en-us/articles/360002578297-Volume-Master |
プライバシーポリシーページのURL | https://www.petasittek.com/chrome-extensions-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webtime Tracker", "description": "Discover your browsing habits! Time tracking at its best.", "version": "1.7.8", "offline_enabled": true, "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "popup.html", "default_title": "Webtime Tracker" }, "background": { "scripts": [ "js\/config.js", "js\/urls.js", "js\/fn.js", "js\/storage-local.js", "background.js" ] }, "permissions": [ "tabs", "idle", "storage", "unlimitedStorage" ], "optional_permissions": [ " |