Clear radio buttons
Clears all radio buttons on a page.
What is Clear radio buttons?
Clear radio buttons is a Chrome extension developed by baklengs, and its main feature is "Clears all radio buttons on a page.".
Download Clear radio buttons Extension CRX File
Download Clear radio buttons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | maallchmnicoekiikoagblphiojlcbhm |
Official URL | https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm |
Description | Clears all radio buttons on a page. |
File Size | 118 KB |
Installation Count | 121 |
Current Version | 0.0.0.1 |
Last Updated | 2017-12-01 |
Publish Date | 2017-12-01 |
Rating | 4.20/5 Total 5 Ratings |
Developer | baklengs |
Payment Type | free |
Supported Languages | 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 } |