Clear radio buttons

Clears all radio buttons on a page.

Cos'è Clear radio buttons?

Clear radio buttons è un'estensione di Chrome sviluppata da baklengs, e la sua funzione principale è "Clears all radio buttons on a page.".

Scarica il file CRX dell'estensione Clear radio buttons

Scarica i file di estensione Clear radio buttons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clear radio buttons Clear radio buttons
ID maallchmnicoekiikoagblphiojlcbhm
URL Ufficiale https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm
Descrizione Clears all radio buttons on a page.
Dimensione del File 118 KB
Conteggio Installazioni 121
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2017-12-01
Data di Pubblicazione 2017-12-01
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore baklengs
Tipo di Pagamento free
Lingue Supportate 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
}