Uncheck the button
Allows to uncheck any radio button of a form.
什么是Uncheck the button?
Uncheck the button是由Uncheck the button开发的Chrome扩展程序,该扩展的主要功能是“Allows to uncheck any radio button of a form.”。
扩展截图
下载Uncheck the button扩展crx文件
下载Uncheck the button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | acpmbcjjnloohcomkhlmbanolfcppone |
| 官方URL | https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone |
| 简介 | Allows to uncheck any radio button of a form. |
| 文件大小 | 54.8 KB |
| 安装次数 | 64 |
| 当前版本 | 0.4 |
| 更新时间 | 2019-01-19 |
| 上架时间 | 2019-01-19 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Uncheck the button |
| 付费类型 | free |
| 支持的语言 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Uncheck the button",
"version": "0.4",
"description": "Allows to uncheck any radio button of a form.",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"manifest_version": 2
} | |