Web Activity Time Tracker - Block Sites

Track time of your web activity, limit and block distracting websites. Monitor your web usage.

Web Activity Time Tracker - Block Sitesคืออะไร?

Web Activity Time Tracker - Block Sites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webtracker.online และคุณลักษณะหลักของมันคือ "Track time of your web activity, limit and block distracting websites. Monitor your web usage."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Activity Time Tracker - Block Sites

ดาวน์โหลดไฟล์ส่วนขยาย Web Activity Time Tracker - Block Sites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Web Activity Time Tracker is ad-free and open-source extension. It keeps track of how much time you spend on the web and presents the stats in a useful and intuitive way. You can set a daily visit limit for sites and block it after the expiration of the limit. 

Alternate work and rest times with Pomodoro Mode.

Extension's Features:
✅ Pomodoro Mode
✅ Total time spent browsing today, by days and by hours
✅ Usage Statistics
✅ Comparison of time by day
✅ Block Distracting Websites
✅ Notifications for Websites and daily summary notification
✅ Track files in the browser, including .pdf, .png, .json and so on
✅ Export Data to CSV

Customizable Features:
⚙️ Idle time interval
⚙️ Display time in icon

Web Activity Time Tracker helps you:
🧩 stay focused
🧠 understand how you use the internet
👀 reduce distraction
🛑 overcome web addiction
⏱️ self-control
💯 boost productivity
🚀 increase your digital wellbeing
💪 reduce wasted time

Extension doesn't track any information about you and does not send data anywhere. Chrome Local Storage is used to save your usage data in a simple format.

You can issue me on https://github.com/Stigmatoz/web-activity-time-tracker/issues                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web Activity Time Tracker - Block Sites Web Activity Time Tracker - Block Sites
ID hhfnghjdeddcfegfekjeihfmbjenlomm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm
คำอธิบาย Track time of your web activity, limit and block distracting websites. Monitor your web usage.
ขนาดไฟล์ 1.02 MB
จำนวนการติดตั้ง 24,014
เวอร์ชันปัจจุบัน 2.0.19
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2020-06-30
คะแนน 4.83/5 รวมทั้งหมด 395 คะแนน
ผู้พัฒนา https://webtracker.online
อีเมล castlewania.alex@gmail.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webtracker.online/
URL หน้าช่วยเหลือ https://github.com/Stigmatoz/web-activity-time-tracker/issues
URL หน้านโยบายความเป็นส่วนตัว https://webtracker.online/privacy.html
ภาษาที่รองรับ de,en,es,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.0.19",
    "manifest_version": 3,
    "short_name": "Web Tracker",
    "options_page": "src\/dashboard.html",
    "default_locale": "en",
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "idle",
        "unlimitedStorage",
        "alarms",
        "notifications",
        "offscreen"
    ],
    "offline_enabled": true,
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_popup": "src\/popup.html",
        "default_title": "Web Activity Time Tracker"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/pomodoro-sounds\/*.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ]
}