Deep Work

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

Qu'est-ce que Deep Work ?

Deep Work est une extension Chrome développée par https://www.censore.blogspot.com, et sa fonction principale est "Go to focussed mode in chrome, where only single active tab is always maintained".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Deep Work

Téléchargez les fichiers d'extension Deep Work au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Deep Work Deep Work
ID pbgopachkoeiehhlkfffeigalclpojnc
URL Officiel https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc
Description Go to focussed mode in chrome, where only single active tab is always maintained
Taille du Fichier 14.17 KB
Nombre d'Installations 149
Version Actuelle 0.1.1
Dernière Mise à Jour 2018-07-25
Date de Publication 2018-07-25
Évaluation 3.33/5 Total 3 Évaluations
Développeur https://www.censore.blogspot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/biplav/Deep-Work
Langues Prises en Charge 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
}