UnDisable

Allows you to enable all the disabled elements on the page.

UnDisable란 무엇입니까?

UnDisable은(는) Aditya Raj - Srijan Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to enable all the disabled elements on the page."입니다.

UnDisable 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        From time to time, people need to enable fields that are disabled on a website. The usual intent of website owners is to prevent you from doing something. Like submitting the form multiple times, but when you know what you want to do and do something. This extension will save you time from opening up chrome console and enabling fields manually. By just clicking the extension icon sitting right next to the address bar, all the fields on the page that were earlier disabled, will now be enabled for your access.

It is highly suggested that you use this extension with caution. Developer does not hold any responsibility of effects that might happen from submitting a form again, for example your credit card might get charged multiple times. So you should know what you are doing.

Developed by: Aditya Raj
Site: http://srijan.in                    

확장 프로그램 기본 정보

이름 UnDisable UnDisable
ID jedacbidjlapihdcjbmjefmaedmdkkea
공식 URL https://chrome.google.com/webstore/detail/undisable/jedacbidjlapihdcjbmjefmaedmdkkea
설명 Allows you to enable all the disabled elements on the page.
파일 크기 33.99 KB
설치 횟수 1,000
현재 버전 1.1
최근 업데이트 2014-04-11
출시 날짜 2014-04-11
평점 5.00/5 총 4 개의 평점
개발자 Aditya Raj - Srijan Technologies
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnDisable",
    "description": "Allows you to enable all the disabled elements on the page.",
    "version": "1.1",
    "icons": {
        "16": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Enable, disabled fields.",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}