TimeYourWeb Time Tracker
TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision
什麼是TimeYourWeb Time Tracker?
TimeYourWeb Time Tracker是由https://timeyourweb.com開發的Chrome擴展程式,該擴展的主要功能是“TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision”。
擴展截圖
下載TimeYourWeb Time Tracker擴展crx文件
下載TimeYourWeb Time Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🌟 TimeYourWeb Chrome Extension
🌟 The Most Detailed Online Time Statistics
Know exactly how much time you spend on any site on any given day. TimeYourWeb is perfect for you if:
- 🎯 Accountability: You spend a significant portion of your life online and want to ensure your time is well-spent.
- 📈 Efficiency: Looking to optimize your internet usage? TimeYourWeb gives you the insights you need to make effective changes.
- 👨👩👧 Parental Concern: While not a parental control tool, TimeYourWeb can give you a glimpse into your child's online activity.
- 💼 Workplace Productivity: Employers can instill a more time-conscious work culture.
- 💻 Freelancers: Maintain detailed reports on your work hours spent online.
🌟 Features
- 📊 Detailed Time Tracking: See how much time you spend on each page of any domain. Download this information as CSV.
- ⏲ Active vs Total Time: Know the difference between your active engagement and total time on any page.
- 📅 Timeline Stats: See your internet activity evolve over a day, week, or month.
- 📈 Summary Chart: Daily, weekly, and monthly summaries. Understand your internet usage with both "Active" and "Total" time tracking metrics.
- 🔍 Flow Chart: Dive deep into your internet habits and scrutinize your activity.
- 📊 Stacked Chart: Get a bird's-eye view of your month-long internet usage.
- 🌈 Sunburst Chart: Newly added! Visualize your summarized internet activity for any time period in an engaging, easy-to-understand format.
🌟 Configuration
- 🔘 Toggle tracking
- 🗓 Set the first day of the week
- 🚫 Customize URLs to ignore
🌟 FAQ
- 🎬 Does it track time when I watch films online?
Yes, provided the browser is in focus.
- 🔒 Does TimeYourWeb access my viewed pages?
No. It only tracks URLs.
- 💸 Is it free?
Most features are free, but future server-dependent features will be paid.
🌟 Future Plans
- 👥 User accounts with authentication
- 🔄 Synchronization between multiple computers
🌟 Permissions
TimeYourWeb requires the lowest permissions compared to other time-tracking Chrome extensions. It requires "Read your browsing history" permission to operate.
🌟 Contacts
Email: timeyourweb[ at ]gmail.com
🚫 TimeYourWeb is 100% ad-free. Manage your time wisely and make your work more effective with TimeYourWeb. ✅ 擴展基本資訊
| 名稱 | |
| ID | kfmlkgchpffnaphmlmjnimonlldbcpnh |
| 官方網址 | https://chromewebstore.google.com/detail/timeyourweb-time-tracker/kfmlkgchpffnaphmlmjnimonlldbcpnh |
| 簡介 | TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision |
| 檔案大小 | 778 KB |
| 安裝次數 | 13,776 |
| 目前版本 | 2.0.34 |
| 更新時間 | 2024-02-22 |
| 上架時間 | 2018-09-10 |
| 評分 | 4.24/5 共 135 次評分 |
| 開發者 | https://timeyourweb.com |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://www.timeyourweb.com |
| 說明頁面URL | https://www.facebook.com/timeyourweb/ |
| 隱私政策頁面URL | https://timeyourweb.com/terms-and-agreement |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TimeYourWeb Time Tracker",
"short_name": "TimeYourWeb",
"description": "TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision",
"version": "2.0.34",
"background": {
"service_worker": "\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"alarms",
"idle",
"storage",
"tabs",
"unlimitedStorage",
"cookies"
],
"host_permissions": [
"https:\/\/api.timeyourweb.com\/*"
],
"icons": {
"48": "\/img\/clock_48.png"
}
} | |