Tab Out!

Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…

Tab Out!คืออะไร?

Tab Out! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.shidel.com และคุณลักษณะหลักของมันคือ "Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tab Out! is a simple but empowering extension for chrome.  Tab Out! frees you from the mess of tabs that we all get ourselves into.  It allows you to close all of your tabs, while saving the session in Tab Out! for future use.  You can restore them all or just one at a time.  Also, keep quick links to favorites and setups that you use often.                    

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

ชื่อ Tab Out! Tab Out!
ID kkbmchfmigdklofchjpofhhacnddaojk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-out/kkbmchfmigdklofchjpofhhacnddaojk
คำอธิบาย Tab Out! is a simple but empowering extension for chrome. Tab Out! frees you from the mess of tabs that we all get ourselves into.…
ขนาดไฟล์ 14.69 KB
จำนวนการติดตั้ง 456
เวอร์ชันปัจจุบัน 1.2.7
อัปเดตครั้งล่าสุด 2013-12-16
วันที่เผยแพร่ 2013-12-16
คะแนน 3.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา http://www.shidel.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.shidel.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Out!",
    "version": "1.2.7",
    "discription": "chrome extension which manages tabs-- allows the closing of all tabs and saves the session to be restored later.",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icontab.png",
        "default_title": "Tab Out!",
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}