ScreenTime
ScreenTime app inspired by the iOS screentime feature
ScreenTimeคืออะไร?
ScreenTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avikam Mangla และคุณลักษณะหลักของมันคือ "ScreenTime app inspired by the iOS screentime feature"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScreenTime
ดาวน์โหลดไฟล์ส่วนขยาย ScreenTime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ScreenTime is a powerful Chrome extension designed to help you stay focused and productive by tracking your web usage and providing insights into your online habits. Inspired by the popular iOS Screen Time feature, this intuitive and user-friendly extension keeps you accountable for your time spent on websites, allowing you to take control of your digital life. Key Features: - Daily Usage History: Tracks your web usage on a daily basis. - Weekly Graph: Visualizes your web usage trends over a week. - Website Blocker: Allows you to block specific websites to eliminate distractions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ScreenTime |
ID | gachmghamoanlighmiebamagipmhdphl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screentime/gachmghamoanlighmiebamagipmhdphl |
คำอธิบาย | ScreenTime app inspired by the iOS screentime feature |
ขนาดไฟล์ | 628 KB |
จำนวนการติดตั้ง | 1,263 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2023-07-12 |
วันที่เผยแพร่ | 2023-06-05 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Avikam Mangla |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenTime", "description": "ScreenTime app inspired by the iOS screentime feature", "version": "1.0.8", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "ScreenTime", "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "activeTab", "storage", "background", "unlimitedStorage", "idle" ] } |