AutoComplete Me

Prevents web pages from disabling autocomplete.

AutoComplete Meとは何ですか?

AutoComplete MeはAndy Martoneによって開発されたChromeの拡張機能で、その主な機能は「Prevents web pages from disabling autocomplete.」です。

AutoComplete Me拡張機能のCRXファイルをダウンロード

AutoComplete Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you sick of web pages from disabling autocomplete on forms, forcing you to reenter your address, email, credit card information, etcetera by hand every time? I was too, that's why I wrote this.

Source available here: https://github.com/martone/autocompleteme                    

拡張機能の基本情報

名前 AutoComplete Me AutoComplete Me
ID pegadcfjlphkihmonbndbbmblemeihlj
公式URL https://chrome.google.com/webstore/detail/autocomplete-me/pegadcfjlphkihmonbndbbmblemeihlj
説明 Prevents web pages from disabling autocomplete.
ファイルサイズ 11.73 KB
インストール数 44
現在のバージョン 1.0.1
最終更新日 2014-05-15
公開日 2014-05-15
評価 3.00/5 合計 2 レビュー
開発者 Andy Martone
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoComplete Me",
    "description": "Prevents web pages from disabling autocomplete.",
    "version": "1.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocompleteme.js"
            ],
            "all_frames": true
        }
    ]
}