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ファイルをダウンロード

UnDisable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}