Deep Work

Go to focussed mode in chrome, where only single active tab is always maintained

Vad är Deep Work?

Deep Work är en Chrome-tillägg utvecklad av https://www.censore.blogspot.com, och dess huvudfunktion är "Go to focussed mode in chrome, where only single active tab is always maintained".

Tilläggsskärmbilder

Ladda ner Deep Work-förlängningens CRX-fil

Ladda ner Deep Work-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Deep Work Deep Work
ID pbgopachkoeiehhlkfffeigalclpojnc
Officiell webbadress https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc
Beskrivning Go to focussed mode in chrome, where only single active tab is always maintained
Filstorlek 14.17 KB
Antal Installationer 149
Aktuell Version 0.1.1
Senast Uppdaterad 2018-07-25
Publiceringsdatum 2018-07-25
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare https://www.censore.blogspot.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/biplav/Deep-Work
Stödda Språk 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
}