Force Autocomplete

Force autocomplete attribute in input fields to be on.

Cos'è Force Autocomplete?

Force Autocomplete è un'estensione di Chrome sviluppata da https://www.numediaweb.com, e la sua funzione principale è "Force autocomplete attribute in input fields to be on.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Force Autocomplete

Scarica i file di estensione Force Autocomplete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Force Autocomplete Force Autocomplete
ID piechbhjioolbecaioglhamjjjkmbchj
URL Ufficiale https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj
Descrizione Force autocomplete attribute in input fields to be on.
Dimensione del File 96.9 KB
Conteggio Installazioni 898
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-25
Data di Pubblicazione 2015-02-25
Valutazione 3.09/5 Totale 11 Valutazioni
Sviluppatore https://www.numediaweb.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/numediaweb/nw_force_autocomplete
URL della Pagina di Aiuto https://github.com/numediaweb/nw_force_autocomplete
Lingue Supportate 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"
    }
}