Single tasking tabs

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

Single tasking tabs là gì?

Single tasking tabs là một tiện ích mở rộng Chrome được phát triển bởi http://nicholasjulia.com, và tính năng chính của nó là "Boost your productivity by single tasking and limiting the number of tabs you can open.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Single tasking tabs

Tải xuống các tệp mở rộng Single tasking tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Single tasking tabs Single tasking tabs
ID doniclpdhofjifokfhpbkcinojocdecl
URL Chính Thức https://chrome.google.com/webstore/detail/single-tasking-tabs/doniclpdhofjifokfhpbkcinojocdecl
Mô tả Boost your productivity by single tasking and limiting the number of tabs you can open.
Kích Thước Tệp 4.17 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-02-05
Ngày Phát Hành 2014-02-05
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://nicholasjulia.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nicholasjulia.com
Ngôn Ngữ Được Hỗ Trợ 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"
}