Deep Work
Go to focussed mode in chrome, where only single active tab is always maintained
Hvad er Deep Work?
Deep Work er en Chrome-udvidelse udviklet af https://www.censore.blogspot.com, og dens hovedfunktion er "Go to focussed mode in chrome, where only single active tab is always maintained".
Udvidelsesskærmbilleder
Download Deep Work-udvidelses-CRX-fil
Download Deep Work-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Deep Work |
ID | pbgopachkoeiehhlkfffeigalclpojnc |
Officiel URL | https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc |
Beskrivelse | Go to focussed mode in chrome, where only single active tab is always maintained |
Filstørrelse | 14.17 KB |
Antal Installationer | 149 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2018-07-25 |
Udgivelsesdato | 2018-07-25 |
Bedømmelse | 3.33/5 Samlet 3 Bedømmelser |
Udvikler | https://www.censore.blogspot.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/biplav/Deep-Work |
Understøttede Sprog | 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 } |