Clear radio buttons
Clears all radio buttons on a page.
Wat is Clear radio buttons?
Clear radio buttons is een Chrome-extensie ontwikkeld door baklengs, en de belangrijkste functie is "Clears all radio buttons on a page.".
Download het CRX-bestand van de extensie Clear radio buttons
Download Clear radio buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | maallchmnicoekiikoagblphiojlcbhm |
Officiële URL | https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm |
Beschrijving | Clears all radio buttons on a page. |
Bestandsgrootte | 118 KB |
Aantal Installaties | 121 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2017-12-01 |
Publicatiedatum | 2017-12-01 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | baklengs |
Betalingswijze | free |
Ondersteunde Talen | 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 } |