Screentime
To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames
Screentimeคืออะไร?
Screentime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Femi Oladeji และคุณลักษณะหลักของมันคือ "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screentime
ดาวน์โหลดไฟล์ส่วนขยาย Screentime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension allows you to control how much time you spend on popular social media sites and entertainment sites. You can specify how many minutes in a day you want to use on each site and once you've gotten to the limit, you won't be able to access the site. Time frames can be specified for when you want the sites to be inaccessible for each day of the week. You can also add or remove sites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Screentime |
ID | ofmanejijbcohgebmdfacglmhemiifca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca |
คำอธิบาย | To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames |
ขนาดไฟล์ | 1.62 MB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 5.0.8 |
อัปเดตครั้งล่าสุด | 2023-12-11 |
วันที่เผยแพร่ | 2020-06-21 |
คะแนน | 4.07/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | Femi Oladeji |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/femioladeji/screentime |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screentime", "description": "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames", "short_name": "screentime", "version": "5.0.8", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "js\/background\/main.js" }, "permissions": [ "storage", "notifications", "tabs", "alarms" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "index.html", "default_icon": "images\/icon_128.png" } } |