timelimit
An extension to keep you off distracting websites!
timelimitคืออะไร?
timelimit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timelimitapp และคุณลักษณะหลักของมันคือ "An extension to keep you off distracting websites!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย timelimit
ดาวน์โหลดไฟล์ส่วนขยาย timelimit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever wanted to limit the amount of time you spend each day on distracting websites? timelimit allows you to specify a maximum amount of time you want to spend on the website each day. For example, you can specify spending a max of 30 minutes per day on www.facebook.com, and then it will block you from going on the website after you've used it for 30 minutes until the day is over! Users can specify a list of websites that they want to limit, and can add and delete websites, flexibly change the amount of time. The extension also provides the user with the amount of time remaining for the website, so you can see how much time you've spent on the website today and how much time you have left. Note: URL blocking is matched so that if you enter www.facebook.com, timelimit will block www.facebook.com/profile/:id, www.facebook.com/pages, or anything else matching www.facebook.com/*.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | timelimit |
ID | ihahdkpgnaoiidnkndhginfpianaindd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timelimit/ihahdkpgnaoiidnkndhginfpianaindd |
คำอธิบาย | An extension to keep you off distracting websites! |
ขนาดไฟล์ | 671 KB |
จำนวนการติดตั้ง | 619 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-08-18 |
วันที่เผยแพร่ | 2018-08-18 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | timelimitapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "timelimit", "name": "timelimit", "description": "An extension to keep you off distracting websites!", "manifest_version": 2, "browser_action": { "default_icon": "clock.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "web_accessible_resources": [ "block.html" ], "version": "0.0.0.1" } |