Deep Work

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

Was ist Deep Work?

Deep Work ist eine Chrome-Erweiterung, die von https://www.censore.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Go to focussed mode in chrome, where only single active tab is always maintained".

Erweiterungsscreenshots

Deep Work-Erweiterungs-CRX-Datei herunterladen

Laden Sie Deep Work-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Deep Work Deep Work
ID pbgopachkoeiehhlkfffeigalclpojnc
Offizielle URL https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc
Beschreibung Go to focussed mode in chrome, where only single active tab is always maintained
Dateigröße 14.17 KB
Installationsanzahl 149
Aktuelle Version 0.1.1
Letztes Update 2018-07-25
Veröffentlichungsdatum 2018-07-25
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler https://www.censore.blogspot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/biplav/Deep-Work
Unterstützte Sprachen 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
}