Monotab: Curb your procrastination.

Monotab: Curb your procrastination. You need no more than one tab to get things done.

Monotab: Curb your procrastination.란 무엇입니까?

Monotab: Curb your procrastination.은(는) ozangunalp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monotab: Curb your procrastination. You need no more than one tab to get things done."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Monotab: Curb your procrastination. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tabs are great. We all love them. 
But things can get really nasty when you have a lot of them!

Monotab is the extension you need to get things done.
Forget multitasking and start monotasking in one tab. Just hit the black m in your extension bar, you will feel more productive already.

Monotab prevents you from opening more than one tab in a window (seriously who uses multiple browser windows anymore?). It is great when you want to concentrate on one job and get it done.

Links that open new tabs start loading in the current tab — remember the last time you used that back button?

And the pinned tabs don't count! You can always pin the tabs you are using for applications.
(hit Alt+Shift+P for pinning)

If you ever want to return to the dark side of multitabs, click the red m.                    

확장 프로그램 기본 정보

이름 Monotab: Curb your procrastination. Monotab: Curb your procrastination.
ID nbdkmfcijeallndhmghpleledhilfkkk
공식 URL https://chromewebstore.google.com/detail/monotab-curb-your-procras/nbdkmfcijeallndhmghpleledhilfkkk
설명 Monotab: Curb your procrastination. You need no more than one tab to get things done.
파일 크기 16.12 KB
설치 횟수 86
현재 버전 1.0
최근 업데이트 2014-06-12
출시 날짜 2014-06-12
평점 2.67/5 총 3 개의 평점
개발자 ozangunalp
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monotab: Curb your procrastination.",
    "short_name": "Monotab",
    "description": "Monotab: Curb your procrastination. You need no more than one tab to get things done.",
    "version": "1.0",
    "icons": {
        "128": "images\/m_logo128px_large_black.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "activeTab",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Toggle tab pin"
        }
    },
    "browser_action": {
        "default_icon": "images\/m_logo128px_large_black.png",
        "default_title": "Monotab"
    }
}