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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}