Autocomplete on

Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.

Autocomplete onとは何ですか?

Autocomplete onはnunnunによって開発されたChromeの拡張機能で、その主な機能は「Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.」です。

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

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

拡張機能の使用方法

                        Originally a Clone of https://chrome.google.com/webstore/detail/autocomplete-on/ecpgkdflcnofdbbkiggklcfmgbnbabhh/related made a clone because I couldn't trust that the other one wouldn't be auto-updated and start stealing my passwords.

I don't trust any extensions that want access to all websites I visit!

Consider making your own clone :)

Source code: https://github.com/kzahel/autocomplete_on                    

拡張機能の基本情報

名前 Autocomplete on Autocomplete on
ID bkncfhcejmndlbbdhnkflblbefkdpgjh
公式URL https://chrome.google.com/webstore/detail/autocomplete-on/bkncfhcejmndlbbdhnkflblbefkdpgjh
説明 Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
ファイルサイズ 5.26 KB
インストール数 117
現在のバージョン 1.0
最終更新日 2014-01-12
公開日 2014-01-12
評価 1.00/5 合計 2 レビュー
開発者 nunnun
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "autocomplete.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.",
    "icons": {
        "32": "icon32.png"
    },
    "name": "Autocomplete on",
    "version": "1.0",
    "manifest_version": 2
}