Deep Work

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

Wat is Deep Work?

Deep Work is een Chrome-extensie ontwikkeld door https://www.censore.blogspot.com, en de belangrijkste functie is "Go to focussed mode in chrome, where only single active tab is always maintained".

Extensie Screenshots

Download het CRX-bestand van de extensie Deep Work

Download Deep Work-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Deep Work Deep Work
ID pbgopachkoeiehhlkfffeigalclpojnc
Officiële URL https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc
Beschrijving Go to focussed mode in chrome, where only single active tab is always maintained
Bestandsgrootte 14.17 KB
Aantal Installaties 149
Huidige Versie 0.1.1
Laatst Bijgewerkt 2018-07-25
Publicatiedatum 2018-07-25
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.censore.blogspot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/biplav/Deep-Work
Ondersteunde Talen 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
}