AutoComplete Me

Prevents web pages from disabling autocomplete.

Co to jest AutoComplete Me?

AutoComplete Me to rozszerzenie Chrome opracowane przez Andy Martone, a jego główną funkcją jest „Prevents web pages from disabling autocomplete.”.

Pobierz plik CRX rozszerzenia AutoComplete Me

Pobierz pliki rozszerzeń AutoComplete Me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Are you sick of web pages from disabling autocomplete on forms, forcing you to reenter your address, email, credit card information, etcetera by hand every time? I was too, that's why I wrote this.

Source available here: https://github.com/martone/autocompleteme                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoComplete Me AutoComplete Me
ID pegadcfjlphkihmonbndbbmblemeihlj
Oficjalny URL https://chrome.google.com/webstore/detail/autocomplete-me/pegadcfjlphkihmonbndbbmblemeihlj
Opis Prevents web pages from disabling autocomplete.
Rozmiar pliku 11.73 KB
Liczba instalacji 44
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-05-15
Data Publikacji 2014-05-15
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Andy Martone
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoComplete Me",
    "description": "Prevents web pages from disabling autocomplete.",
    "version": "1.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocompleteme.js"
            ],
            "all_frames": true
        }
    ]
}