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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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
} | |