FingerKey
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
什么是FingerKey?
FingerKey是由FingerKey开发的Chrome扩展程序,该扩展的主要功能是“Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.”。
扩展截图
下载FingerKey扩展crx文件
下载FingerKey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.
扩展基本信息
名称 | |
ID | jlpbpjelfgeojnjbgfdcefpnglbpadeh |
官方URL | https://chrome.google.com/webstore/detail/fingerkey/jlpbpjelfgeojnjbgfdcefpnglbpadeh |
简介 | Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension. |
文件大小 | 137 KB |
安装次数 | 1,000 |
当前版本 | 1.29 |
更新时间 | 2016-04-26 |
上架时间 | 2016-04-26 |
评分 | 3.73/5 共11次评分 |
开发者 | FingerKey |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.fingerkeyapp.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FingerKey", "description": "Login to websites using your phone's biometric authentication. Install FingerKey on your phone and computer to use the extension.", "version": "1.29", "manifest_version": 2, "icons": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png" }, "permissions": [ "notifications", "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/lib\/jquery-2.2.0.js", "js\/InterfaceUtils.js", "js\/WindowMessages.js", "js\/DataReceivers.js", "js\/HtmlParse.js", "js\/InjectUserAndPassword.js", "js\/lib\/bililiteRange.js", "js\/lib\/jquery.sendkeys.js", "js\/SetupPasswordField.js", "js\/SetupNameField.js", "js\/Init.js" ], "css": [ "css\/style.css" ], "all_frames": true } ], "web_accessible_resources": [ "images\/16.png", "images\/32.png", "images\/avatar.png", "images\/FingerPrint.svg", "images\/Pencil.svg", "css\/style.css" ] } |