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"입니다.

확장 프로그램 스크린샷

screenshot

Samara: Web Wallet for Crypto 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}