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

Enable all disabled buttons and inputsคืออะไร?

Enable all disabled buttons and inputs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dato bumbeishvili และคุณลักษณะหลักของมันคือ "extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable all disabled buttons and inputs

ดาวน์โหลดไฟล์ส่วนขยาย Enable all disabled buttons and inputs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enable all disabled buttons and inputs Enable all disabled buttons and inputs
ID aonhflmdemlehgbnfmhpdmoeeolokelm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enable-all-disabled-butto/aonhflmdemlehgbnfmhpdmoeeolokelm
คำอธิบาย extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom
ขนาดไฟล์ 3.99 KB
จำนวนการติดตั้ง 1,374
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2016-08-14
วันที่เผยแพร่ 2016-08-14
คะแนน 3.14/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา dato bumbeishvili
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}