Spire
Spire allows you to interact with Tezos dApps that support the Beacon SDK.
Spireคืออะไร?
Spire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://walletbeacon.io และคุณลักษณะหลักของมันคือ "Spire allows you to interact with Tezos dApps that support the Beacon SDK."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spire
ดาวน์โหลดไฟล์ส่วนขยาย Spire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spire allows you to interact with Tezos dApps that support the Beacon SDK. Create Tezos accounts in the extension or connect Spire to a mobile, desktop or hardware wallet. Transactions prompted by the dApp can be signed with the selected signing method for example directly in Spire. An example dApp to try Spire is https://www.tzcolors.io/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spire |
ID | gpfndedineagiepkpinficbcbbgjoenn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spire/gpfndedineagiepkpinficbcbbgjoenn |
คำอธิบาย | Spire allows you to interact with Tezos dApps that support the Beacon SDK. |
ขนาดไฟล์ | 9.29 MB |
จำนวนการติดตั้ง | 6,454 |
เวอร์ชันปัจจุบัน | 2.3.3 |
อัปเดตครั้งล่าสุด | 2022-11-27 |
วันที่เผยแพร่ | 2020-06-29 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://walletbeacon.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://spirewallet.com |
URL หน้านโยบายความเป็นส่วนตัว | https://airgap.it/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spire", "version": "2.3.3", "description": "Spire allows you to interact with Tezos dApps that support the Beacon SDK.", "icons": { "16": "assets\/icon\/spire-logo-16px.png", "48": "assets\/icon\/spire-logo-48px.png", "128": "assets\/icon\/spire-logo-128px.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.js", "runtime.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "run_at": "document_start", "all_frames": true, "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "inject.js", "runtime.js" ] } ], "browser_action": { "default_popup": "index.html", "default_icon": { "19": "assets\/icon\/spire-logo-19px.png", "38": "assets\/icon\/spire-logo-38px.png" } }, "manifest_version": 2 } |