Enable all disabled buttons and inputs

extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom

Co je Enable all disabled buttons and inputs?

Enable all disabled buttons and inputs je rozšíření Chrome vyvinuté dato bumbeishvili, a jeho hlavní funkcí je „extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Enable all disabled buttons and inputs

Stáhněte si soubory rozšíření Enable all disabled buttons and inputs 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í

                        After installing extension, there always will be hidden button on top right. after clicking it, disabled elements will become enabled                    

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

Název Enable all disabled buttons and inputs Enable all disabled buttons and inputs
ID aonhflmdemlehgbnfmhpdmoeeolokelm
Oficiální URL https://chromewebstore.google.com/detail/enable-all-disabled-butto/aonhflmdemlehgbnfmhpdmoeeolokelm
Popis extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom
Velikost souboru 3.99 KB
Počet instalací 1,374
Aktuální Verze 0.2.1
Poslední Aktualizace 2016-08-14
Datum Vydání 2016-08-14
Hodnocení 3.14/5 Celkem 21 Hodnocení
Vývojář dato bumbeishvili
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enable all disabled buttons and inputs",
    "version": "0.2.1",
    "description": "extension enables disabled html elements, buttons,texareas, inputs and etc.  test it  https:\/\/s.codepen.io\/bumbeishvili\/debug\/BzzYom",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}