10-Second Focus
Distraction deterrent!
ما هو 10-Second Focus؟
10-Second Focus هو إضافة Chrome تم تطويرها بواسطة rred، والميزة الرئيسية لها هي "Distraction deterrent!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 10-Second Focus
قم بتنزيل ملفات الامتداد 10-Second Focus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term. Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely. Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period.
معلومات أساسية عن التمديد
الاسم | 10-Second Focus |
ID | pknpbhgcekdpigobealnbgjbeaonegad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad |
الوصف | Distraction deterrent! |
حجم الملف | 48.29 KB |
عدد التثبيتات | 712 |
النسخة الحالية | 0.13 |
آخر تحديث | 2019-02-18 |
تاريخ النشر | 2019-02-18 |
تقييم | 5.00/5 مجموع تقييمات 16 |
المطور | rred |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "10-Second Focus", "manifest_version": 2, "version": "0.13", "description": "Distraction deterrent!", "icons": { "16": "view\/img\/img38.png", "48": "view\/img\/img48.png", "128": "view\/img\/img128.png" }, "permissions": [ "activeTab", "storage", "tabs" ], "background": { "page": "bg.html", "persistent": false }, "options_page": "view\/options.html", "web_accessible_resources": [ "view\/js\/jquery.min.map", "view\/deterrent.html" ], "browser_action": { "default_icon": { "48": "view\/img\/img48.png", "38": "view\/img\/img38.png" }, "default_title": "10-Second Focus", "default_popup": "view\/popup.html" } } |