Bulky close tabs

Close multiple tabs by hostnames or position.

Bulky close tabsคืออะไร?

Bulky close tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eahta และคุณลักษณะหลักของมันคือ "Close multiple tabs by hostnames or position."

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

screenshot

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

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

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

                        Version 1.0.3:
    The plugin only work on tabs in the current window.

Close multiple tabs by host names or position. Example:
"google, facebook": remove all tabs whose host name contain "google" or "facebook". 
"l": remove all tabs from the left side. 
"r": remove all tabs from the right side.                    

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

ชื่อ Bulky close tabs Bulky close tabs
ID ggpngjjjpfoplolfkljmlhkcgdefjgae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae
คำอธิบาย Close multiple tabs by hostnames or position.
ขนาดไฟล์ 723 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-03-26
วันที่เผยแพร่ 2016-03-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา eahta
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulky close tabs",
    "description": "Close multiple tabs by hostnames or position.",
    "version": "1.0.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}