TabZolo

The focus and actually get stuff done online extension.

TabZoloคืออะไร?

TabZolo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Small และคุณลักษณะหลักของมันคือ "The focus and actually get stuff done online extension."

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

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

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

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

                        With TabZolo you can stand a chance against your multi-tab overload. If you're tired of bombarding yourself with useless "read later" tabs that are too easy to accumulate then TabZolo may be the right cure for you. It's built with a simple philosophy: commit to finishing what you start online before starting other things.

Toggling TabZolo ON puts a lockdown on Google Chrome that focuses your attention on one single tab in one single window at any given time while you're in your browser. That is it. No more. No less.

When you toggle TabZolo OFF, Google Chrome is unshackled revitalizing it back to its fully functional, multi-tab/window-capable glorious self and restores your pre-existing tabs that were stored away to help you focus on TabZolo (if applicable).

We hope you like our efforts on helping you actually tackle your Internet tasks one tab at a time.

For more information, check out our info page at http://tabzolo.co.

A project by @mrdazm and @__leocorrea.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TabZolo TabZolo
ID bkpcjokmnekbnkjldkiechmphnadngoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabzolo/bkpcjokmnekbnkjldkiechmphnadngoj
คำอธิบาย The focus and actually get stuff done online extension.
ขนาดไฟล์ 49.74 KB
จำนวนการติดตั้ง 892
เวอร์ชันปัจจุบัน 1.0.3.1
อัปเดตครั้งล่าสุด 2013-08-09
วันที่เผยแพร่ 2013-08-09
คะแนน 4.53/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา David Small
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tabzolo.co
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabZolo",
    "description": "The focus and actually get stuff done online extension.",
    "version": "1.0.3.1",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/javascript\/TabZolo.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/tabzolo-inactive-19.png",
            "38": "assets\/images\/tabzolo-inactive-38.png"
        },
        "default_title": "TabZolo"
    },
    "homepage_url": "http:\/\/tabzolo.co",
    "icons": {
        "16": "assets\/images\/tabzolo-16.png",
        "48": "assets\/images\/tabzolo-48.png",
        "128": "assets\/images\/tabzolo-128.png",
        "148": "assets\/images\/tabzolo-148.png"
    }
}