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文件

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