Deep Work
Go to focussed mode in chrome, where only single active tab is always maintained
ما هو Deep Work؟
Deep Work هو إضافة Chrome تم تطويرها بواسطة https://www.censore.blogspot.com، والميزة الرئيسية لها هي "Go to focussed mode in chrome, where only single active tab is always maintained".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Deep Work
قم بتنزيل ملفات الامتداد Deep Work بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Deep Work is a simple extension that allows you to do focussed research. 1. On entering Focus mode, all the current tabs are closed. 2. A new tab with Google search opens. 3. Now at max, only 3 tabs can be opened. 4. On exiting this mode, all the closed tabs are restored. To enter the Focus Mode Click on the App icon. On exit, again click on the app icon
معلومات أساسية عن التمديد
الاسم | Deep Work |
ID | pbgopachkoeiehhlkfffeigalclpojnc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc |
الوصف | Go to focussed mode in chrome, where only single active tab is always maintained |
حجم الملف | 14.17 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2018-07-25 |
تاريخ النشر | 2018-07-25 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | https://www.censore.blogspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/biplav/Deep-Work |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deep Work", "description": "Go to focussed mode in chrome, where only single active tab is always maintained", "version": "0.1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "38": "icons\/disabled_38.png" }, "default_title": "Focus Mode" }, "icons": { "200": "icons\/enabled.png" }, "manifest_version": 2 } |