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是由dato bumbeishvili開發的Chrome擴展程式,該擴展的主要功能是“extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom”。

擴展截圖

screenshot

下載Enable all disabled buttons and inputs擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}