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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://keys.casa และคุณลักษณะหลักของมันคือ "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sats Extension by Casa
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |