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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |