Always Autocomplete
Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.
什麼是Always Autocomplete?
Always Autocomplete是由Cong開發的Chrome擴展程式,該擴展的主要功能是“Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.”。
擴展截圖
下載Always Autocomplete擴展crx文件
下載Always Autocomplete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension automatically changes webpage elements' autocomplete to be on. It helps you with enableing autofill feature for disabled web sites. E.g. A website doesn't want the browser to remember your user name and password, now you have a choice there. Note: 1. It works for pure html/css/javascript web pages, not flash enabled inputs area. 2. You still have your choice to let Chrome remember your username/password or not. How to use: Just install the extension and all are done. Most of sites will be enabled automatically. For every enabled site, chrome will ask you to save the username/password or not when you log in. To check the status of the extension, go to chrome://extensions/ and make sure the "Enabled" checkbox is checked. When you reinstall system/chrome, or clean all you chrome data directory files, please remember to install this extension again (if you don't enable chrome extensions sync).
擴展基本資訊
名稱 | Always Autocomplete |
ID | djcfppnajkeijjkplclmeiddkefeaiel |
官方網址 | https://chromewebstore.google.com/detail/always-autocomplete/djcfppnajkeijjkplclmeiddkefeaiel |
簡介 | Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites. |
檔案大小 | 12.08 KB |
安裝次數 | 3,017 |
目前版本 | 1.1 |
更新時間 | 2013-07-01 |
上架時間 | 2013-06-30 |
評分 | 3.28/5 共 36 次評分 |
開發者 | Cong |
付費類型 | 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" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.", "manifest_version": 2, "name": "Always Autocomplete", "version": "1.1" } |