AutoComplete Me

Prevents web pages from disabling autocomplete.

Apa itu AutoComplete Me?

AutoComplete Me adalah ekstensi Chrome yang dikembangkan oleh Andy Martone, dan fitur utamanya adalah "Prevents web pages from disabling autocomplete.".

Unduh Berkas CRX Ekstensi AutoComplete Me

Unduh file ekstensi AutoComplete Me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AutoComplete Me AutoComplete Me
ID pegadcfjlphkihmonbndbbmblemeihlj
URL Resmi https://chrome.google.com/webstore/detail/autocomplete-me/pegadcfjlphkihmonbndbbmblemeihlj
Deskripsi Prevents web pages from disabling autocomplete.
Ukuran File 11.73 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-05-15
Tanggal Publikasi 2014-05-15
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Andy Martone
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}