Take a Break
Reminds you to take a break at a customizable time frame.
Take a Breakคืออะไร?
Take a Break เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loora และคุณลักษณะหลักของมันคือ "Reminds you to take a break at a customizable time frame."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Take a Break
ดาวน์โหลดไฟล์ส่วนขยาย Take a Break ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take a Break is an extension that helps you easily set specific time frames to take a break.
Before using the addon, please open the options page and adjust the settings. Then, click on the ON|OFF switch, and wait for the break to take effect. Once you see the notification (either in popup or desktop notifications) please click on the - START - button to initiate the break. If you want to finish this break and wait for the next break, please click on the - Finish - button. Alternatively, you can click on the - SKIP - button and wait for the next break. The default notification type is opening a new tab. If you want to change it to - Desktop - notifications, please visit the options page and mark the related option. Within the popup UI, there is an ON|OFF switch which enables you to activate or deactivate the addon.
If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/take-a-break.html). ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kfielbejigpgcgnjnipllpomknddpojc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/take-a-break/kfielbejigpgcgnjnipllpomknddpojc |
| คำอธิบาย | Reminds you to take a break at a customizable time frame. |
| ขนาดไฟล์ | 203 KB |
| จำนวนการติดตั้ง | 892 |
| เวอร์ชันปัจจุบัน | 0.1.5 |
| อัปเดตครั้งล่าสุด | 2023-02-27 |
| วันที่เผยแพร่ | 2019-04-23 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | loora |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/take-a-break.html |
| URL หน้าช่วยเหลือ | https://mybrowseraddon.com/take-a-break.html |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.5",
"manifest_version": 3,
"name": "Take a Break",
"offline_enabled": true,
"homepage_url": "https:\/\/mybrowseraddon.com\/take-a-break.html",
"description": "Reminds you to take a break at a customizable time frame.",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"options_ui": {
"open_in_tab": true,
"page": "data\/options\/options.html"
},
"action": {
"default_title": "Take a Break",
"default_popup": "data\/popup\/popup.html",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |