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
官方網址 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
}