Uncheck the button

Allows to uncheck any radio button of a form.

Co to jest Uncheck the button?

Uncheck the button to rozszerzenie Chrome opracowane przez Uncheck the button, a jego główną funkcją jest „Allows to uncheck any radio button of a form.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Uncheck the button

Pobierz pliki rozszerzeń Uncheck the button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Uncheck the button Uncheck the button
ID acpmbcjjnloohcomkhlmbanolfcppone
Oficjalny URL https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone
Opis Allows to uncheck any radio button of a form.
Rozmiar pliku 54.8 KB
Liczba instalacji 64
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2019-01-19
Data Publikacji 2019-01-19
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Uncheck the button
Typ Płatności free
Obsługiwane Języki 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
}