Samara: Web Wallet for Crypto
Samara is a non-custodial wallet built for crypto
什麼是Samara: Web Wallet for Crypto?
Samara: Web Wallet for Crypto是由SamaraWallet開發的Chrome擴展程式,該擴展的主要功能是“Samara is a non-custodial wallet built for crypto”。
擴展截圖
下載Samara: Web Wallet for Crypto擴展crx文件
下載Samara: Web Wallet for Crypto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Samara is your gateway to Radiant and multiple blockchains. Send, receive, manage all your accounts on Radiant (RXD) to start. A non-custodial wallet which does not track your data and ensures you have complete control of your assets. KEY FEATURES: - Manage multiple accounts. Use a secure seed phrase to manage all your accounts in one convenience place. - Non-custodial Only you are in control of your assets. Your keys, your coins. - Private We do not track any personally identifiable information, addresses, or balances whatsoever. - 100% Open Source Samara code can be independently verified by anyone. Browse source code at: https://github.com/SamaraApp/samara
擴展基本資訊
名稱 | Samara: Web Wallet for Crypto |
ID | fcjkomdnccnlklmhncgmaehaakjkddnk |
官方網址 | https://chromewebstore.google.com/detail/samara-web-wallet-for-cry/fcjkomdnccnlklmhncgmaehaakjkddnk |
簡介 | Samara is a non-custodial wallet built for crypto |
檔案大小 | 4.01 MB |
安裝次數 | 11,399 |
目前版本 | 1.0.2 |
更新時間 | 2022-11-29 |
上架時間 | 2022-10-18 |
評分 | 1.47/5 共 38 次評分 |
開發者 | SamaraWallet |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://samara.app |
說明頁面URL | https://samara.app |
隱私政策頁面URL | https://samara.app/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "https:\/\/samara.app", "homepage_url": "https:\/\/samara.app", "version": "1.0.2", "name": "Samara: Web Wallet for Crypto", "short_name": "Samara", "permissions": [ "storage", "unlimitedStorage", "tabs", "clipboardRead", "clipboardWrite" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+E", "mac": "Alt+Shift+E", "chromeos": "Alt+Shift+E", "linux": "Alt+Shift+E" } } }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ "vendor\/trezor-content-script.js" ], "run_at": "document_start" } ], "description": "Samara is a non-custodial wallet built for crypto", "icons": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "64": "assets\/img\/icons\/icon64.png", "192": "assets\/img\/icons\/icon192.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "64": "assets\/img\/icons\/icon64.png", "192": "assets\/img\/icons\/icon192.png" }, "default_title": "Samara", "default_popup": "action.html" }, "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "scripts\/inject.js", "scripts\/*.js.map" ], "use_dynamic_url": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "minimum_chrome_version": "95", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |