Clear radio buttons
Clears all radio buttons on a page.
什么是Clear radio buttons?
Clear radio buttons是由baklengs开发的Chrome扩展程序,该扩展的主要功能是“Clears all radio buttons on a page.”。
下载Clear radio buttons扩展crx文件
下载Clear radio buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension clears all radio button selections on the active page. It can be handy to clear all selections if you want to retake an online test, and the site doesn't support clearing answers.
扩展基本信息
名称 | |
ID | maallchmnicoekiikoagblphiojlcbhm |
官方URL | https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm |
简介 | Clears all radio buttons on a page. |
文件大小 | 118 KB |
安装次数 | 121 |
当前版本 | 0.0.0.1 |
更新时间 | 2017-12-01 |
上架时间 | 2017-12-01 |
评分 | 4.20/5 共5次评分 |
开发者 | baklengs |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear radio buttons", "description": "Clears all radio buttons on a page.", "version": "0.0.0.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Clear radio buttons", "default_icon": "icon.png" }, "manifest_version": 2 } |