Deep Work
Go to focussed mode in chrome, where only single active tab is always maintained
Co to jest Deep Work?
Deep Work to rozszerzenie Chrome opracowane przez https://www.censore.blogspot.com, a jego główną funkcją jest „Go to focussed mode in chrome, where only single active tab is always maintained”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Deep Work
Pobierz pliki rozszerzeń Deep Work w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Deep Work |
ID | pbgopachkoeiehhlkfffeigalclpojnc |
Oficjalny URL | https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc |
Opis | Go to focussed mode in chrome, where only single active tab is always maintained |
Rozmiar pliku | 14.17 KB |
Liczba instalacji | 149 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2018-07-25 |
Data Publikacji | 2018-07-25 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | https://www.censore.blogspot.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/biplav/Deep-Work |
Obsługiwane Języki | 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 } |