Sats Extension by Casa
Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.
什么是Sats Extension by Casa?
Sats Extension by Casa是由https://keys.casa开发的Chrome扩展程序,该扩展的主要功能是“Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.”。
扩展截图
下载Sats Extension by Casa扩展crx文件
下载Sats Extension by Casa扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Sats Extension is the fastest, easiest way to use Bitcoin and the Lightning Network on the web. - Easily connect to your Casa Node with one click. No more digging through confusing command line instructions to find authentication files. - Keep your funds secure by connecting with your Casa Node password - Make or receive Lightning payments on websites without leaving the site. The Sats Extension works seamlessly with your node to let you transact without navigating through the node interface. - Quickly deposit and withdraw Bitcoin from your Casa Node's on-chain wallet.
扩展基本信息
名称 | |
ID | lnaedehiikghclgaikolambpbpeknpef |
官方URL | https://chrome.google.com/webstore/detail/sats-extension-by-casa/lnaedehiikghclgaikolambpbpeknpef |
简介 | Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node. |
文件大小 | 330 KB |
安装次数 | 784 |
当前版本 | 1.0.10 |
更新时间 | 2019-07-28 |
上架时间 | 2019-07-28 |
评分 | 5.00/5 共10次评分 |
开发者 | https://keys.casa |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://keys.casa/node-extension/ |
帮助页面URL | https://support.keys.casa |
隐私政策页面URL | https://keys.casa/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sats Extension by Casa", "description": "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.", "version": "1.0.10", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Sats Extension by Casa", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true, "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "*.js", "*.html" ], "permissions": [ "http:\/\/casa-node.local\/", "storage", "activeTab", "clipboardWrite", "contextMenus" ] } |