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”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Wells Fargo - Autofocus login Wells Fargo - Autofocus login
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"
    }
}