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

Cos'è Enable all disabled buttons and inputs?

Enable all disabled buttons and inputs è un'estensione di Chrome sviluppata da dato bumbeishvili, e la sua funzione principale è "extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enable all disabled buttons and inputs

Scarica i file di estensione Enable all disabled buttons and inputs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Enable all disabled buttons and inputs Enable all disabled buttons and inputs
ID aonhflmdemlehgbnfmhpdmoeeolokelm
URL Ufficiale https://chromewebstore.google.com/detail/enable-all-disabled-butto/aonhflmdemlehgbnfmhpdmoeeolokelm
Descrizione extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom
Dimensione del File 3.99 KB
Conteggio Installazioni 1,374
Versione Corrente 0.2.1
Ultimo Aggiornamento 2016-08-14
Data di Pubblicazione 2016-08-14
Valutazione 3.14/5 Totale 21 Valutazioni
Sviluppatore dato bumbeishvili
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}