Clear radio buttons

Clears all radio buttons on a page.

Qu'est-ce que Clear radio buttons ?

Clear radio buttons est une extension Chrome développée par baklengs, et sa fonction principale est "Clears all radio buttons on a page.".

Télécharger le fichier CRX de l'extension Clear radio buttons

Téléchargez les fichiers d'extension Clear radio buttons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Clear radio buttons Clear radio buttons
ID maallchmnicoekiikoagblphiojlcbhm
URL Officiel https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm
Description Clears all radio buttons on a page.
Taille du Fichier 118 KB
Nombre d'Installations 121
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2017-12-01
Date de Publication 2017-12-01
Évaluation 4.20/5 Total 5 Évaluations
Développeur baklengs
Type de Paiement free
Langues Prises en Charge 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
}