Autocomplete on

Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.

Apa itu Autocomplete on?

Autocomplete on adalah ekstensi Chrome yang dikembangkan oleh nunnun, dan fitur utamanya adalah "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".

Unduh Berkas CRX Ekstensi Autocomplete on

Unduh file ekstensi Autocomplete on 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

                        Originally a Clone of https://chrome.google.com/webstore/detail/autocomplete-on/ecpgkdflcnofdbbkiggklcfmgbnbabhh/related made a clone because I couldn't trust that the other one wouldn't be auto-updated and start stealing my passwords.

I don't trust any extensions that want access to all websites I visit!

Consider making your own clone :)

Source code: https://github.com/kzahel/autocomplete_on                    

Informasi Dasar Ekstensi

Nama Autocomplete on Autocomplete on
ID bkncfhcejmndlbbdhnkflblbefkdpgjh
URL Resmi https://chrome.google.com/webstore/detail/autocomplete-on/bkncfhcejmndlbbdhnkflblbefkdpgjh
Deskripsi Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Ukuran File 5.26 KB
Jumlah Instalasi 117
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-01-12
Tanggal Publikasi 2014-01-12
Penilaian 1.00/5 Total 2 Penilaian
Pengembang nunnun
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "autocomplete.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.",
    "icons": {
        "32": "icon32.png"
    },
    "name": "Autocomplete on",
    "version": "1.0",
    "manifest_version": 2
}