Exit Kiosk

This extension close tab which contains some word of your choice

Exit Kiosk란 무엇입니까?

Exit Kiosk은(는) danidoble에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension close tab which contains some word of your choice"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Exit Kiosk 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}