Delayed Autocomplete=on
Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.
Delayed Autocomplete=onとは何ですか?
Delayed Autocomplete=onはbreakthestaticによって開発されたChromeの拡張機能で、その主な機能は「Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.」です。
Delayed Autocomplete=on拡張機能のCRXファイルをダウンロード
Delayed Autocomplete=on拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | bamiiepfegobbdhbcgandggengdnhbfk |
公式URL | https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk |
説明 | Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready. |
ファイルサイズ | 32.11 KB |
インストール数 | 175 |
現在のバージョン | 1.1 |
最終更新日 | 2014-03-04 |
公開日 | 2014-03-04 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | breakthestatic |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delayed Autocomplete=on", "description": "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "action.js" ] } ] } |