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开发的Chrome扩展程序,该扩展的主要功能是“Go to focussed mode in chrome, where only single active tab is always maintained”。

扩展截图

下载Deep Work扩展crx文件

下载Deep Work扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}