Force Autocomplete
Force autocomplete attribute in input fields to be on.
什么是Force Autocomplete?
Force Autocomplete是由https://www.numediaweb.com开发的Chrome扩展程序,该扩展的主要功能是“Force autocomplete attribute in input fields to be on.”。
扩展截图
下载Force Autocomplete扩展crx文件
下载Force Autocomplete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Force "autocomplete" attribute in input fields to be "on". Allows form fields to remember what you typed the next time you re-visit them.                     扩展基本信息
| 名称 |   |  
| ID | piechbhjioolbecaioglhamjjjkmbchj | 
| 官方URL | https://chromewebstore.google.com/detail/force-autocomplete/piechbhjioolbecaioglhamjjjkmbchj | 
| 简介 | Force autocomplete attribute in input fields to be on. | 
| 文件大小 | 96.9 KB | 
| 安装次数 | 898 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2015-02-25 | 
| 上架时间 | 2015-02-25 | 
| 评分 | 3.09/5 共11次评分 | 
| 开发者 | https://www.numediaweb.com | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/numediaweb/nw_force_autocomplete | 
| 帮助页面URL | https://github.com/numediaweb/nw_force_autocomplete | 
| 支持的语言 | 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"
    }
}  |  |