Tab Killer

Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!

Tab Killerคืออะไร?

Tab Killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucian Grijincu และคุณลักษณะหลักของมันคือ "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical                    

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

ชื่อ Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
คำอธิบาย Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
ขนาดไฟล์ 10.83 KB
จำนวนการติดตั้ง 459
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-01-24
วันที่เผยแพร่ 2017-01-24
คะแนน 3.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Lucian Grijincu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "tab-killer.html"
    },
    "description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
    "icons": {
        "128": "x-128.png"
    },
    "manifest_version": 2,
    "name": "Tab Killer",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.4"
}