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 là gì?

Enable all disabled buttons and inputs là một tiện ích mở rộng Chrome được phát triển bởi dato bumbeishvili, và tính năng chính của nó là "extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enable all disabled buttons and inputs

Tải xuống các tệp mở rộng Enable all disabled buttons and inputs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enable all disabled buttons and inputs Enable all disabled buttons and inputs
ID aonhflmdemlehgbnfmhpdmoeeolokelm
URL Chính Thức https://chromewebstore.google.com/detail/enable-all-disabled-butto/aonhflmdemlehgbnfmhpdmoeeolokelm
Mô tả extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom
Kích Thước Tệp 3.99 KB
Số Lần Cài Đặt 1,374
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2016-08-14
Ngày Phát Hành 2016-08-14
Đánh Giá 3.14/5 Tổng số 21 Đánh Giá
Nhà Phát Triển dato bumbeishvili
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}