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
官方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"
            ]
        }
    ]
}