LND Chrome Extension

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

LND Chrome Extensionคืออะไร?

LND Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mably Multimedia และคุณลักษณะหลักของมันคือ "Allows web site basic authentication using a Lightning Network payment or message signature."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LND Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}