Exit Kiosk

This extension close tab which contains some word of your choice

Exit Kioskคืออะไร?

Exit Kiosk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danidoble และคุณลักษณะหลักของมันคือ "This extension close tab which contains some word of your choice"

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

screenshot
screenshot

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

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

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

                        Close the tab that contains the word or words you define, you can customize those words to suit your project, by default exitkiosk is used                    

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

ชื่อ Exit Kiosk Exit Kiosk
ID hapjpnffclfahpkcmcnohjcklfnocpmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exit-kiosk/hapjpnffclfahpkcmcnohjcklfnocpmf
คำอธิบาย This extension close tab which contains some word of your choice
ขนาดไฟล์ 57.66 KB
จำนวนการติดตั้ง 608
เวอร์ชันปัจจุบัน v1.1.1
อัปเดตครั้งล่าสุด 2022-05-23
วันที่เผยแพร่ 2021-09-11
ผู้พัฒนา danidoble
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version_name": "v1.1.1",
    "version": "1.1.1",
    "author": "Daniel Sandoval ",
    "manifest_version": 3,
    "icons": {
        "16": "img\/img_16.png",
        "24": "img\/img_24.png",
        "32": "img\/img_32.png",
        "48": "img\/img_48.png",
        "64": "img\/img_64.png",
        "128": "img\/img_128.png",
        "256": "img\/img_256.png",
        "512": "img\/img_512.png"
    },
    "background": {
        "service_worker": "dist\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "background"
    ],
    "action": {
        "default_icon": {
            "16": "img\/img_16.png",
            "24": "img\/img_24.png",
            "32": "img\/img_32.png",
            "48": "img\/img_48.png",
            "64": "img\/img_64.png",
            "128": "img\/img_128.png",
            "256": "img\/img_256.png",
            "512": "img\/img_512.png"
        },
        "default_title": "Exit Kiosk",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.danidoble.com\/*",
            "*:\/\/*.owldesarrollos.com\/*",
            "*:\/\/*.coincitymexico.com\/*"
        ]
    },
    "options_page": "config.html"
}