Tab Corral

The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs

Tab Corralคืออะไร?

Tab Corral เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jarrod.c.taylor และคุณลักษณะหลักของมันคือ "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs"

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

screenshot
screenshot

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

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

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

                        There is a gray area for tabs that lives between closing forever and bookmarking forever. That is where the tab corral comes in handy. Store some or all of your currently open tabs in the corral then feel confident in closing them and freeing up system resources knowing that they will be there to open back up when you are ready for them.                    

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

ชื่อ Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
คำอธิบาย The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs
ขนาดไฟล์ 83.61 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-06-03
วันที่เผยแพร่ 2016-06-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jarrod.c.taylor
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Corral",
    "author": "Jarrod C Taylor",
    "short_name": "Tab Corral",
    "description": "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs",
    "version": "0.1.0",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "img\/corral16.png",
        "48": "img\/corral48.png",
        "128": "img\/corral128.png"
    },
    "browser_action": {
        "default_icon": "img\/corral.png",
        "default_popup": "popup.html",
        "default_title": "Tab Corral"
    }
}