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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}