Single tasking tabs

Boost your productivity by single tasking and limiting the number of tabs you can open.

Single tasking tabs란 무엇입니까?

Single tasking tabs은(는) http://nicholasjulia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your productivity by single tasking and limiting the number of tabs you can open."입니다.

확장 프로그램 스크린샷

screenshot

Single tasking tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boost your productivity by single tasking and limiting the number of tabs you can open.

Ever wonder how you've gotten so little done? But have so many tabs open and projects started?

This extension solves the time wasting problem of multi-tasking. 
Allowing you to be more productive.

By making you prioritize working on the most important task. 
Completing it and then moving on. 
You can easily increase your productivity by 47%

This extension was designed for single tab browsing. 
Open a window. Complete a task. Close. 

But you can define and limit how many tabs or windows you're allowed.
The suggestion is you limit it to 2 windows or 2 tabs max.

Now get productive. 

Nick "getting things done" Julia
www.weeklydesk.com
www.nicholasjulia.com

[email protected]                    

확장 프로그램 기본 정보

이름 Single tasking tabs Single tasking tabs
ID doniclpdhofjifokfhpbkcinojocdecl
공식 URL https://chrome.google.com/webstore/detail/single-tasking-tabs/doniclpdhofjifokfhpbkcinojocdecl
설명 Boost your productivity by single tasking and limiting the number of tabs you can open.
파일 크기 4.17 KB
설치 횟수 282
현재 버전 1.1
최근 업데이트 2014-02-05
출시 날짜 2014-02-05
평점 4.80/5 총 5 개의 평점
개발자 http://nicholasjulia.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.nicholasjulia.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Single tasking tabs",
    "description": "Boost your productivity by single tasking and limiting the number of tabs you can open.",
    "version": "1.1",
    "author": "Nick -productivity- Julia",
    "permissions": [
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html"
}