Deep Work
Go to focussed mode in chrome, where only single active tab is always maintained
Cos'è Deep Work?
Deep Work è un'estensione di Chrome sviluppata da https://www.censore.blogspot.com, e la sua funzione principale è "Go to focussed mode in chrome, where only single active tab is always maintained".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Deep Work
Scarica i file di estensione Deep Work in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Deep Work |
ID | pbgopachkoeiehhlkfffeigalclpojnc |
URL Ufficiale | https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc |
Descrizione | Go to focussed mode in chrome, where only single active tab is always maintained |
Dimensione del File | 14.17 KB |
Conteggio Installazioni | 149 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2018-07-25 |
Data di Pubblicazione | 2018-07-25 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | https://www.censore.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/biplav/Deep-Work |
Lingue Supportate | 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 } |