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 - это расширение Chrome, разработанное dato bumbeishvili, и его основная функция - "extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Enable all disabled buttons and inputs

Скачайте файлы расширений 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"
            ]
        }
    ]
}