Time Saver
Block a specific set of sites during specific periods of the week using a JSON formatted string.
Time Saverคืออะไร?
Time Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Curtis Huebner และคุณลักษณะหลักของมันคือ "Block a specific set of sites during specific periods of the week using a JSON formatted string."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Saver
ดาวน์โหลดไฟล์ส่วนขยาย Time Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that blocks certain URLs for certain parts of the week. For instance to block "www.evil.com" and "www.distraction.com" from 1:30AM Monday to 4:37PM Friday and any site that has "fun" in the url on Sunday, the filter would be: { "times": [ { "endDay": 5, "endHour": 16, "endMinute": 37, "startDay": 1, "startHour": 1, "startMinute": 30, "urls": [ "www.evil.com", "www.distraction.com" ] }, { "endDay": 1, "endHour": 0, "endMinute": 0, "startDay": 0, "startHour": 18, "startMinute": 0, "urls": [ "fun" ] } ] }
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | mbeodbihdnhkgebepkmlenepjfoanfcj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/time-saver/mbeodbihdnhkgebepkmlenepjfoanfcj |
คำอธิบาย | Block a specific set of sites during specific periods of the week using a JSON formatted string. |
ขนาดไฟล์ | 9.06 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2017-05-25 |
วันที่เผยแพร่ | 2017-05-25 |
ผู้พัฒนา | Curtis Huebner |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Saver", "description": "Block a specific set of sites during specific periods of the week using a JSON formatted string.", "version": "0.0.2", "background": { "scripts": [ "redirect.js" ] }, "options_page": "options.html", "permissions": [ " |