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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |