Tab Manager

One click to close inactive, non-pinned Google Chrome tabs

Tab Managerคืออะไร?

Tab Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thealexbaron และคุณลักษณะหลักของมันคือ "One click to close inactive, non-pinned Google Chrome tabs"

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

screenshot

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

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

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

                        For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click.                    

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

ชื่อ Tab Manager Tab Manager
ID ojhlhhjjechopenpeeffmohkochglide
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide
คำอธิบาย One click to close inactive, non-pinned Google Chrome tabs
ขนาดไฟล์ 70.44 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2016-06-23
วันที่เผยแพร่ 2016-06-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา thealexbaron
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Manager",
    "version": "1.5",
    "description": "One click to close inactive, non-pinned Google Chrome tabs",
    "author": "Alex Baron",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}