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
Eメール [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"
}