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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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