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

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 FingerKey FingerKey
ID jlpbpjelfgeojnjbgfdcefpnglbpadeh
官方網址 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"
    ]
}