Samara: Web Wallet for Crypto

Samara is a non-custodial wallet built for crypto

Samara: Web Wallet for Cryptoคืออะไร?

Samara: Web Wallet for Crypto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SamaraWallet และคุณลักษณะหลักของมันคือ "Samara is a non-custodial wallet built for crypto"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Samara: Web Wallet for Crypto

ดาวน์โหลดไฟล์ส่วนขยาย 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 Samara: Web Wallet for Crypto
ID fcjkomdnccnlklmhncgmaehaakjkddnk
URL อย่างเป็นทางการ 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'"
    }
}