AcON

Enable autocomplete on all elements in all forms in all frames.

什么是AcON?

AcON是由Ariesgeek开发的Chrome扩展程序,该扩展的主要功能是“Enable autocomplete on all elements in all forms in all frames.”。

扩展截图

screenshot

下载AcON扩展crx文件

下载AcON扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Like many others, this un-assholes websites by finding all attempts to disable autocomplete and undoing those attempts.  Unlike others, this one not only checks all form attributes and all form element attributes, but it also makes sure that ALL forms and form elements are checked -- even those in frames that are inside frames that are inside frames, etc.                    

扩展基本信息

名称 AcON AcON
ID hgomhdjjeblgoojjdiceliecfifgaiab
官方URL https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab
简介 Enable autocomplete on all elements in all forms in all frames.
文件大小 10.78 KB
安装次数 73
当前版本 1.0.0.0
更新时间 2015-11-14
上架时间 2015-11-14
评分 5.00/5 共1次评分
开发者 Ariesgeek
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "acon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "AcON",
    "short_name": "AcON",
    "description": "Enable autocomplete on all elements in all forms in all frames.",
    "version": "1.0.0.0"
}