Deep Work

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

What is Deep Work?

Deep Work is a Chrome extension developed by https://www.censore.blogspot.com, and its main feature is "Go to focussed mode in chrome, where only single active tab is always maintained".

Extension Screenshots

Download Deep Work Extension CRX File

Download Deep Work extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Deep Work Deep Work
ID pbgopachkoeiehhlkfffeigalclpojnc
Official URL https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc
Description Go to focussed mode in chrome, where only single active tab is always maintained
File Size 14.17 KB
Installation Count 149
Current Version 0.1.1
Last Updated 2018-07-25
Publish Date 2018-07-25
Rating 3.33/5 Total 3 Ratings
Developer https://www.censore.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://github.com/biplav/Deep-Work
Supported Languages 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
}