Force Autocomplete

Force autocomplete attribute in input fields to be on.

Wat is Force Autocomplete?

Force Autocomplete is een Chrome-extensie ontwikkeld door https://www.numediaweb.com, en de belangrijkste functie is "Force autocomplete attribute in input fields to be on.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Force Autocomplete

Download Force Autocomplete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Force Autocomplete Force Autocomplete
ID piechbhjioolbecaioglhamjjjkmbchj
Officiële URL https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj
Beschrijving Force autocomplete attribute in input fields to be on.
Bestandsgrootte 96.9 KB
Aantal Installaties 898
Huidige Versie 1.1
Laatst Bijgewerkt 2015-02-25
Publicatiedatum 2015-02-25
Beoordeling 3.09/5 Totaal 11 Beoordelingen
Ontwikkelaar https://www.numediaweb.com
Betalingswijze free
Extensiewebsite https://github.com/numediaweb/nw_force_autocomplete
Help Pagina-URL https://github.com/numediaweb/nw_force_autocomplete
Ondersteunde Talen 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"
    }
}