LND Chrome Extension

Allows web site basic authentication using a Lightning Network payment or message signature.

什麼是LND Chrome Extension?

LND Chrome Extension是由Mably Multimedia開發的Chrome擴展程式,該擴展的主要功能是“Allows web site basic authentication using a Lightning Network payment or message signature.”。

擴展截圖

screenshot
screenshot
screenshot

下載LND Chrome Extension擴展crx文件

下載LND Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can test accessing a protected resource using an LN payment by opening this URL in your browser after having installed and correctly configured this extension:

https://lnd-testnet-1.mably.com/ln-payreq-auth.html

You can also test accessing a protected resource using an LN signature by opening this URL in your browser:

https://lnd-testnet-1.mably.com/ln-sign-auth.html

Warning: this extension requires a running Lnd Web Client server.                    

擴展基本資訊

名稱 LND Chrome Extension LND Chrome Extension
ID fckoopaejbdhcjgpjllghoadkeicdjnf
官方網址 https://chrome.google.com/webstore/detail/lnd-chrome-extension/fckoopaejbdhcjgpjllghoadkeicdjnf
簡介 Allows web site basic authentication using a Lightning Network payment or message signature.
檔案大小 1.44 MB
安裝次數 55
目前版本 1.2.6
更新時間 2017-07-14
上架時間 2017-07-14
評分 5.00/5 共 1 次評分
開發者 Mably Multimedia
付費類型 free
擴展官網 https://github.com/mably/lnd-chrome-extension/
說明頁面URL https://github.com/mably/lnd-chrome-extension/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LND Chrome Extension",
    "description": "Allows web site basic authentication using a Lightning Network payment or message signature.",
    "version": "1.2.6",
    "icons": {
        "16": "assets\/icons\/bolt-16.png",
        "24": "assets\/icons\/bolt-24.png",
        "32": "assets\/icons\/bolt-32.png",
        "64": "assets\/icons\/bolt-64.png",
        "128": "assets\/icons\/bolt-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/bolt-16.png",
            "24": "assets\/icons\/bolt-24.png",
            "32": "assets\/icons\/bolt-32.png",
            "64": "assets\/icons\/bolt-64.png",
            "128": "assets\/icons\/bolt-128.png"
        },
        "default_title": "LND Chrome Extension",
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}