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 to jest Enable all disabled buttons and inputs?

Enable all disabled buttons and inputs to rozszerzenie Chrome opracowane przez dato bumbeishvili, a jego główną funkcją jest „extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Enable all disabled buttons and inputs

Pobierz pliki rozszerzeń Enable all disabled buttons and inputs 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Enable all disabled buttons and inputs Enable all disabled buttons and inputs
ID aonhflmdemlehgbnfmhpdmoeeolokelm
Oficjalny URL https://chromewebstore.google.com/detail/enable-all-disabled-butto/aonhflmdemlehgbnfmhpdmoeeolokelm
Opis extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom
Rozmiar pliku 3.99 KB
Liczba instalacji 1,374
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2016-08-14
Data Publikacji 2016-08-14
Ocena 3.14/5 Łącznie 21 Oceny
Deweloper dato bumbeishvili
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}