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