Force Autocomplete

Force autocomplete attribute in input fields to be on.

Apa itu Force Autocomplete?

Force Autocomplete adalah ekstensi Chrome yang dikembangkan oleh https://www.numediaweb.com, dan fitur utamanya adalah "Force autocomplete attribute in input fields to be on.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Force Autocomplete

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

                        Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them.                    

Informasi Dasar Ekstensi

Nama Force Autocomplete Force Autocomplete
ID piechbhjioolbecaioglhamjjjkmbchj
URL Resmi https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj
Deskripsi Force autocomplete attribute in input fields to be on.
Ukuran File 96.9 KB
Jumlah Instalasi 898
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-02-25
Tanggal Publikasi 2015-02-25
Penilaian 3.09/5 Total 11 Penilaian
Pengembang https://www.numediaweb.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/numediaweb/nw_force_autocomplete
URL Halaman Bantuan https://github.com/numediaweb/nw_force_autocomplete
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force Autocomplete",
    "version": "1.1",
    "author": "NUMEDIAWEB",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-2.1.3.min.js",
                "assets\/js\/jquery.nw.force_autocomplete.js",
                "app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Force autocomplete attribute in input fields to be on.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    }
}