Clear radio buttons

Clears all radio buttons on a page.

Co je Clear radio buttons?

Clear radio buttons je rozšíření Chrome vyvinuté baklengs, a jeho hlavní funkcí je „Clears all radio buttons on a page.“.

Stáhnout soubor CRX rozšíření Clear radio buttons

Stáhněte si soubory rozšíření Clear radio buttons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension clears all radio button selections on the active page.

It can be handy to clear all selections if you want to retake an online test, and the site doesn't support clearing answers.                    

Základní Informace o Rozšíření

Název Clear radio buttons Clear radio buttons
ID maallchmnicoekiikoagblphiojlcbhm
Oficiální URL https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm
Popis Clears all radio buttons on a page.
Velikost souboru 118 KB
Počet instalací 121
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2017-12-01
Datum Vydání 2017-12-01
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář baklengs
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear radio buttons",
    "description": "Clears all radio buttons on a page.",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Clear radio buttons",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}