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). 拡張機能の基本情報
| 名前 | |
| ID | djcfppnajkeijjkplclmeiddkefeaiel |
| 公式URL | 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"
} | |