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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |