Just One Tab

Just One Tab is a free Google Chrome extension that forces you to single-task.

Just One Tab란 무엇입니까?

Just One Tab은(는) https://jot.pm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just One Tab is a free Google Chrome extension that forces you to single-task."입니다.

확장 프로그램 스크린샷

screenshot

Just One Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Just One Tab is a free Google Chrome extension that forces you to single-task. 

Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.                    

확장 프로그램 기본 정보

이름 Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
공식 URL https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
설명 Just One Tab is a free Google Chrome extension that forces you to single-task.
파일 크기 152 KB
설치 횟수 99
현재 버전 0.1.2
최근 업데이트 2018-02-16
출시 날짜 2018-02-16
개발자 https://jot.pm
결제 유형 free
확장 프로그램 웹 사이트 http://jot.pm/
도움말 페이지 URL http://jot.pm/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just One Tab",
    "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.",
    "version": "0.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Tab Limit"
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}