Uncheck the button
Allows to uncheck any radio button of a form.
Cos'è Uncheck the button?
Uncheck the button è un'estensione di Chrome sviluppata da Uncheck the button, e la sua funzione principale è "Allows to uncheck any radio button of a form.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Uncheck the button
Scarica i file di estensione Uncheck the button 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | acpmbcjjnloohcomkhlmbanolfcppone |
| URL Ufficiale | https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone |
| Descrizione | Allows to uncheck any radio button of a form. |
| Dimensione del File | 54.8 KB |
| Conteggio Installazioni | 64 |
| Versione Corrente | 0.4 |
| Ultimo Aggiornamento | 2019-01-19 |
| Data di Pubblicazione | 2019-01-19 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | Uncheck the button |
| Tipo di Pagamento | free |
| Lingue Supportate | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Uncheck the button",
"version": "0.4",
"description": "Allows to uncheck any radio button of a form.",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"manifest_version": 2
} | |