Uncheck the button

Allows to uncheck any radio button of a form.

Wat is Uncheck the button?

Uncheck the button is een Chrome-extensie ontwikkeld door Uncheck the button, en de belangrijkste functie is "Allows to uncheck any radio button of a form.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Uncheck the button

Download Uncheck the button-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

                                            

Basisinformatie over de Extensie

Naam Uncheck the button Uncheck the button
ID acpmbcjjnloohcomkhlmbanolfcppone
Officiële URL https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone
Beschrijving Allows to uncheck any radio button of a form.
Bestandsgrootte 54.8 KB
Aantal Installaties 64
Huidige Versie 0.4
Laatst Bijgewerkt 2019-01-19
Publicatiedatum 2019-01-19
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Uncheck the button
Betalingswijze free
Ondersteunde Talen 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
}