AcON

Enable autocomplete on all elements in all forms in all frames.

Apa itu AcON?

AcON adalah ekstensi Chrome yang dikembangkan oleh Ariesgeek, dan fitur utamanya adalah "Enable autocomplete on all elements in all forms in all frames.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AcON

Unduh file ekstensi AcON 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

                        Like many others, this un-assholes websites by finding all attempts to disable autocomplete and undoing those attempts.  Unlike others, this one not only checks all form attributes and all form element attributes, but it also makes sure that ALL forms and form elements are checked -- even those in frames that are inside frames that are inside frames, etc.                    

Informasi Dasar Ekstensi

Nama AcON AcON
ID hgomhdjjeblgoojjdiceliecfifgaiab
URL Resmi https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab
Deskripsi Enable autocomplete on all elements in all forms in all frames.
Ukuran File 10.78 KB
Jumlah Instalasi 73
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2015-11-14
Tanggal Publikasi 2015-11-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Ariesgeek
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "acon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "AcON",
    "short_name": "AcON",
    "description": "Enable autocomplete on all elements in all forms in all frames.",
    "version": "1.0.0.0"
}