Force Autocomplete
Force autocomplete attribute in input fields to be on.
What is Force Autocomplete?
Force Autocomplete is a Chrome extension developed by https://www.numediaweb.com, and its main feature is "Force autocomplete attribute in input fields to be on.".
Extension Screenshots
Download Force Autocomplete Extension CRX File
Download Force Autocomplete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them.
Extension Basic Information
Name | Force Autocomplete |
ID | piechbhjioolbecaioglhamjjjkmbchj |
Official URL | https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj |
Description | Force autocomplete attribute in input fields to be on. |
File Size | 96.9 KB |
Installation Count | 898 |
Current Version | 1.1 |
Last Updated | 2015-02-25 |
Publish Date | 2015-02-25 |
Rating | 3.09/5 Total 11 Ratings |
Developer | https://www.numediaweb.com |
Payment Type | free |
Extension Website | https://github.com/numediaweb/nw_force_autocomplete |
Help Page URL | https://github.com/numediaweb/nw_force_autocomplete |
Supported Languages | 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" } } |