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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": [
" | |