Close Current Tab Button

A close tab button adds to the toolbar.

Close Current Tab Buttonคืออะไร?

Close Current Tab Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piak และคุณลักษณะหลักของมันคือ "A close tab button adds to the toolbar."

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

screenshot

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

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

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

                        Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster.

Port Firefox add-ons to Chrome : Simple Close Tab button v1.2

Release Note:
1.0.2
- Remove unused initialize permission.                    

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

ชื่อ Close Current Tab Button Close Current Tab Button
ID jpbiknamaihiojmalpahjdcoognffldc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc
คำอธิบาย A close tab button adds to the toolbar.
ขนาดไฟล์ 5.58 KB
จำนวนการติดตั้ง 433
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-03-09
วันที่เผยแพร่ 2023-03-09
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Piak
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Current Tab Button",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "A close tab button adds to the toolbar.",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}