Wells Fargo - Autofocus login
Autofocus login input fields at wellsfargo.com
Wells Fargo - Autofocus loginとは何ですか?
Wells Fargo - Autofocus loginは@jsejcksnによって開発されたChromeの拡張機能で、その主な機能は「Autofocus login input fields at wellsfargo.com」です。
拡張機能のスクリーンショット
Wells Fargo - Autofocus login拡張機能のCRXファイルをダウンロード
Wells Fargo - Autofocus login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Formerly "Wells Fargo - Remember Username" The Wells Fargo homepage did not have a "Remember username" checkbox for a very long time, so this extension sought to remedy that problem. Now it does. (Way to go, web team!) But it still doesn't autofocus the username/password input fields on page load. This takes care of that for you so all you have to do is go to the site, type your password, and press enter. View code at: https://github.com/jsejcksn/wellsfargo-autofocus-login/ This extension is not affiliated with Wells Fargo. CHANGES 2015/09/21 - v1.1.6 Refine conditional for autofocus 2015/09/16 - v1.1.5 Does not remember any information in browser anymore, simply autofocuses input fields 2014/09/16 - v1.1.3 Extension activates only if current with site content 2014/09/15 - v1.1.2 Initial upload
拡張機能の基本情報
名前 | |
ID | cgadmadfnbdaplnanejoebmbfpgpliee |
公式URL | https://chromewebstore.google.com/detail/wells-fargo-autofocus-log/cgadmadfnbdaplnanejoebmbfpgpliee |
説明 | Autofocus login input fields at wellsfargo.com |
ファイルサイズ | 24.9 KB |
インストール数 | 2,724 |
現在のバージョン | 1.1.6 |
最終更新日 | 2015-09-21 |
公開日 | 2015-09-21 |
評価 | 4.33/5 合計 66 レビュー |
開発者 | @jsejcksn |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jsejcksn/wellsfargo-autofocus-login |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wells Fargo - Autofocus login", "short_name": "WF Autofocus Login", "description": "Autofocus login input fields at wellsfargo.com", "version": "1.1.6", "manifest_version": 2, "content_scripts": [ { "js": [ "js\/user.js" ], "matches": [ "https:\/\/www.wellsfargo.com\/" ] } ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |