Autocomplete on
Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Autocomplete onとは何ですか?
Autocomplete onはTomas Kafkaによって開発された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拡張機能をインストールします。
拡張機能の使用方法
autocomplete_on =============== chrome extension to turn on autocomplete https://chrome.google.com/webstore/detail/autocomplete-on/gdhbgagnmhdafendedikgjimegoipbnk 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
拡張機能の基本情報
名前 | ![]() |
ID | dmgaojnlejjhojlgplleamihdkffahbg |
公式URL | https://chrome.google.com/webstore/detail/autocomplete-on/dmgaojnlejjhojlgplleamihdkffahbg |
説明 | Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered. |
ファイルサイズ | 5.71 KB |
インストール数 | 362 |
現在のバージョン | 1.0 |
最終更新日 | 2017-05-30 |
公開日 | 2017-05-30 |
開発者 | Tomas Kafka |
支払い方法 | 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 } |