Force Autocomplete

Force autocomplete attribute in input fields to be on.

Vad är Force Autocomplete?

Force Autocomplete är en Chrome-tillägg utvecklad av https://www.numediaweb.com, och dess huvudfunktion är "Force autocomplete attribute in input fields to be on.".

Tilläggsskärmbilder

screenshot

Ladda ner Force Autocomplete-förlängningens CRX-fil

Ladda ner Force Autocomplete-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Force Autocomplete Force Autocomplete
ID piechbhjioolbecaioglhamjjjkmbchj
Officiell webbadress https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj
Beskrivning Force autocomplete attribute in input fields to be on.
Filstorlek 96.9 KB
Antal Installationer 898
Aktuell Version 1.1
Senast Uppdaterad 2015-02-25
Publiceringsdatum 2015-02-25
Betyg 3.09/5 Totalt 11 Betyg
Utvecklare https://www.numediaweb.com
Betalningssätt free
Tilläggswebbplats https://github.com/numediaweb/nw_force_autocomplete
Hjälpsida URL https://github.com/numediaweb/nw_force_autocomplete
Stödda Språk 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"
    }
}