Deep Work

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

Deep Work क्या है?

Deep Work https://www.censore.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go to focussed mode in chrome, where only single active tab is always maintained"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Deep Work एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Deep Work Deep Work
ID pbgopachkoeiehhlkfffeigalclpojnc
आधिकारिक URL https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc
विवरण Go to focussed mode in chrome, where only single active tab is always maintained
फ़ाइल का आकार 14.17 KB
स्थापना संख्या 149
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2018-07-25
प्रकाशन तिथि 2018-07-25
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर https://www.censore.blogspot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/biplav/Deep-Work
समर्थित भाषाएँ 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
}