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

Apa itu Enable all disabled buttons and inputs?

Enable all disabled buttons and inputs adalah ekstensi Chrome yang dikembangkan oleh dato bumbeishvili, dan fitur utamanya adalah "extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Enable all disabled buttons and inputs

Unduh file ekstensi Enable all disabled buttons and inputs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Enable all disabled buttons and inputs Enable all disabled buttons and inputs
ID aonhflmdemlehgbnfmhpdmoeeolokelm
URL Resmi https://chromewebstore.google.com/detail/enable-all-disabled-butto/aonhflmdemlehgbnfmhpdmoeeolokelm
Deskripsi extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom
Ukuran File 3.99 KB
Jumlah Instalasi 1,374
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2016-08-14
Tanggal Publikasi 2016-08-14
Penilaian 3.14/5 Total 21 Penilaian
Pengembang dato bumbeishvili
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}