Delayed Autocomplete=on

Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.

Что такое Delayed Autocomplete=on?

Delayed Autocomplete=on - это расширение Chrome, разработанное breakthestatic, и его основная функция - "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.".

Скачать файл CRX расширения Delayed Autocomplete=on

Скачайте файлы расширений Delayed Autocomplete=on в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Delayed Autocomplete=on Delayed Autocomplete=on
ID bamiiepfegobbdhbcgandggengdnhbfk
Официальный URL https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk
Описание Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.
Размер файла 32.11 KB
Количество установок 175
Текущая Версия 1.1
Последнее Обновление 2014-03-04
Дата публикации 2014-03-04
Рейтинг 4.50/5 Всего 2 оценок
Разработчик breakthestatic
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delayed Autocomplete=on",
    "description": "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "action.js"
            ]
        }
    ]
}