Stay Focused
Block distracting websites and get funny images to go back to work.
Stay Focusedคืออะไร?
Stay Focused เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maher Khdeir และคุณลักษณะหลักของมันคือ "Block distracting websites and get funny images to go back to work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stay Focused
ดาวน์โหลดไฟล์ส่วนขยาย Stay Focused ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stay focused is an open source chrome extension to help you to block distracting websites like social media. The idea behinds this, that sometimes you are working, and suddenly you find yourself sitting on social media like Facebook, and you spend there like 30 minutes without noticing that. So this chrome extension will show an image to remind you to back to work. Functionalities 💪 - Block entering websites by three methods: - Block by websites. - Block by a word. - Block by regex. - Group block websites in groups (like social media, videos, etc) - Showing funny images to tell you to go back to work. - specify working hours(to only block websites during your working hours) - Using Lock mechanism to delay you from disabling the tool immediately: - Lock By Password: To prevent others from entering the settings and unlock the tool - Lock By Questions You have to answer a question to unlock the tool - Clicking a button You have to click on a moving button for number of times to unlock the tool
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stay Focused |
ID | nnlgodiccogbpcfnhmclaicljjgfmekd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stay-focused/nnlgodiccogbpcfnhmclaicljjgfmekd |
คำอธิบาย | Block distracting websites and get funny images to go back to work. |
ขนาดไฟล์ | 1.8 MB |
จำนวนการติดตั้ง | 2,046 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2020-09-07 |
วันที่เผยแพร่ | 2020-06-28 |
คะแนน | 4.73/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Maher Khdeir |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/MaherSaleem/stay-focused-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/MaherSaleem/stay-focused-chrome-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stay Focused", "description": "Block distracting websites and get funny images to go back to work.", "version": "1.0.6", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48_HQ.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Stay Focused", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "storage", "webNavigation", "tabs" ] } |