focus
Take back your time on the internet
ما هو focus؟
focus هو إضافة Chrome تم تطويرها بواسطة Jeremy Rees، والميزة الرئيسية لها هي "Take back your time on the internet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة focus
قم بتنزيل ملفات الامتداد focus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Internet, a dangerously double-edged sword: half is begging for you to do great things with it, while the other just wants to steal your attention. Spend more time with the first half. "focus" is the cleanest, most intuitive time-management extension on Chrome that doesn't try to be anything more than it should. Let it know with one keyboard shortcut that you need to get things done, and it will steer you away from a customizable set of websites that you know you can't be trusted with. Tailor which sites you'd like blocked, which it should warn you about, and which it should limit your time on, and then make the internet work for you, free of distractions. PRIVACY NOTICE: On installation, the extension is granted permission to "Read your browsing history." In practice, the extension is only aware of the page you're currently on. It can't look into the past, it has no memory, and it never trasmits data from your computer.
معلومات أساسية عن التمديد
الاسم | focus |
ID | ochbmfnjjmphmkoejphcdiondcipfkim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/focus/ochbmfnjjmphmkoejphcdiondcipfkim |
الوصف | Take back your time on the internet |
حجم الملف | 49.73 KB |
عدد التثبيتات | 203 |
النسخة الحالية | 1.0.27 |
آخر تحديث | 2019-05-25 |
تاريخ النشر | 2019-05-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Jeremy Rees |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "focus", "description": "Take back your time on the internet", "version": "1.0.27", "icons": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "browser_action": { "default_icon": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "default_popup": "html\/popup.html", "default_title": "focus." }, "options_page": "html\/settings.html", "permissions": [ "activeTab", "storage", "tabs" ], "background": { "scripts": [ "js\/eventPage.js" ] }, "commands": { "toggle-focus-mode": { "suggested_key": { "windows": "Ctrl+Shift+F", "mac": "Command+Shift+F", "chromeos": "Ctrl+Shift+F", "linux": "Ctrl+Shift+F" }, "description": "Toggle focus mode" } } } |