Focusly
Allows users to block distracting sites for a set period of time.
ما هو Focusly؟
Focusly هو إضافة Chrome تم تطويرها بواسطة trevorscandalios، والميزة الرئيسية لها هي "Allows users to block distracting sites for a set period of time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Focusly
قم بتنزيل ملفات الامتداد Focusly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Focusly allows you to limit distractions when you want to focus. Using the extension is simple and intuitive: - Add or removed sites from your list. - Set a timer, and restrict your access to those sites for that amount of time. - If you must end the timer early, enter a series of characters to regain access to the blocked sites.
معلومات أساسية عن التمديد
الاسم | Focusly |
ID | jlihnplddpebplnfafhdanaiapbeikbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk |
الوصف | Allows users to block distracting sites for a set period of time. |
حجم الملف | 2.41 MB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-12-19 |
تاريخ النشر | 2016-12-19 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | trevorscandalios |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focusly", "description": "Allows users to block distracting sites for a set period of time.", "version": "1.1", "icons": { "16": "assets\/circle-16.png", "32": "assets\/circle-32.png", "64": "assets\/circle-64.png", "128": "assets\/circle-128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_title": "Focusly" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "webNavigation", "tabs", "storage" ], "background": { "scripts": [ "eventPage.js" ] } } |