Single tasking tabs

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

Single tasking tabsคืออะไร?

Single tasking tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nicholasjulia.com และคุณลักษณะหลักของมันคือ "Boost your productivity by single tasking and limiting the number of tabs you can open."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Single tasking tabs

ดาวน์โหลดไฟล์ส่วนขยาย Single tasking tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}