Uncheck the button

Allows to uncheck any radio button of a form.

Vad är Uncheck the button?

Uncheck the button är en Chrome-tillägg utvecklad av Uncheck the button, och dess huvudfunktion är "Allows to uncheck any radio button of a form.".

Tilläggsskärmbilder

screenshot

Ladda ner Uncheck the button-förlängningens CRX-fil

Ladda ner Uncheck the button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Uncheck the button Uncheck the button
ID acpmbcjjnloohcomkhlmbanolfcppone
Officiell webbadress https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone
Beskrivning Allows to uncheck any radio button of a form.
Filstorlek 54.8 KB
Antal Installationer 64
Aktuell Version 0.4
Senast Uppdaterad 2019-01-19
Publiceringsdatum 2019-01-19
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Uncheck the button
Betalningssätt free
Stödda Språk 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
}