Close Tab

Add a tab close action to the page context menu

Close Tabคืออะไร?

Close Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hansifer และคุณลักษณะหลักของมันคือ "Add a tab close action to the page context menu"

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

screenshot

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

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

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

                        Close Tab lets you close a web page in a snap with a right mouse click and a key press. This is often quicker than moving the mouse cursor up to the tab's close icon or taking your hand off the mouse to use a keyboard shortcut that requires both hands.

The shortcut key that closes the tab is customizable.                    

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

ชื่อ Close Tab Close Tab
ID lnchemdcmhoccciihokpdkkekmnejfhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-tab/lnchemdcmhoccciihokpdkkekmnejfhj
คำอธิบาย Add a tab close action to the page context menu
ขนาดไฟล์ 25.84 KB
จำนวนการติดตั้ง 1,786
เวอร์ชันปัจจุบัน 1.8.0
อัปเดตครั้งล่าสุด 2023-11-28
วันที่เผยแพร่ 2020-05-09
คะแนน 4.73/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Hansifer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tab",
    "version": "1.8.0",
    "minimum_chrome_version": "91",
    "description": "Add a tab close action to the page context menu",
    "default_locale": "en",
    "manifest_version": 3,
    "options_ui": {
        "page": "options_inline.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "38": "img\/logo38.png"
        },
        "default_title": "Close selected tab"
    },
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}