Uncheck the button

Allows to uncheck any radio button of a form.

Qu'est-ce que Uncheck the button ?

Uncheck the button est une extension Chrome développée par Uncheck the button, et sa fonction principale est "Allows to uncheck any radio button of a form.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Uncheck the button

Téléchargez les fichiers d'extension Uncheck the button 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

                                            

Informations de Base sur l'Extension

Nom Uncheck the button Uncheck the button
ID acpmbcjjnloohcomkhlmbanolfcppone
URL Officiel https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone
Description Allows to uncheck any radio button of a form.
Taille du Fichier 54.8 KB
Nombre d'Installations 64
Version Actuelle 0.4
Dernière Mise à Jour 2019-01-19
Date de Publication 2019-01-19
Évaluation 3.00/5 Total 2 Évaluations
Développeur Uncheck the button
Type de Paiement free
Langues Prises en Charge 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
}