KAVworks Close Kiosk Plugin
This extension closes the chrome in kiosk mode
什么是KAVworks Close Kiosk Plugin?
KAVworks Close Kiosk Plugin是由support开发的Chrome扩展程序,该扩展的主要功能是“This extension closes the chrome in kiosk mode”。
下载KAVworks Close Kiosk Plugin扩展crx文件
下载KAVworks Close Kiosk Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is used to close the kiosk mode of chrome from javascript. For example, you want an exit button in your web page, while running in kiosk mode. To exit you will have to call following javascript from your code. window.postMessage({ type: "closemykiosk", text: "hello" }, "*");
扩展基本信息
名称 | |
ID | jjefaiminmmcjommohpnmpiompbcekaa |
官方URL | https://chrome.google.com/webstore/detail/kavworks-close-kiosk-plug/jjefaiminmmcjommohpnmpiompbcekaa |
简介 | This extension closes the chrome in kiosk mode |
文件大小 | 5.28 KB |
安装次数 | 131 |
当前版本 | 1.0 |
更新时间 | 2016-10-18 |
上架时间 | 2016-10-18 |
评分 | 5.00/5 共1次评分 |
开发者 | support |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KAVworks Close Kiosk Plugin", "description": "This extension closes the chrome in kiosk mode", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |