Rabet

Rabet extension, a simple way to interact with Stellar network.

Rabet란 무엇입니까?

Rabet은(는) https://rabet.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rabet extension, a simple way to interact with Stellar network."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Rabet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Rabet is an integrated set of open-source wallets for the Stellar network, allowing everyone around the world to interact with Stellar.

For users
Users can easily do all operations available on Stellar, including asset transfer or asset exchange, and interact with all the Stellar apps in a safe user-friendly environment. Rabet is your key to entering the world of Stellar.

For developers
Developers can directly inject Rabet into their application through the browser without the need to install an SDK or package. This is the start of safe interaction with your users.

Docs: https://docs.rabet.io                    

확장 프로그램 기본 정보

이름 Rabet Rabet
ID hgmoaheomcjnaheggkfafnjilfcefbmo
공식 URL https://chromewebstore.google.com/detail/rabet/hgmoaheomcjnaheggkfafnjilfcefbmo
설명 Rabet extension, a simple way to interact with Stellar network.
파일 크기 2.06 MB
설치 횟수 3,501
현재 버전 1.7.3
최근 업데이트 2022-08-23
출시 날짜 2021-02-17
평점 4.09/5 총 11 개의 평점
개발자 https://rabet.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rabet.io
도움말 페이지 URL https://discord.com/invite/VkYdnRKUtZ
개인정보 보호 정책 페이지 URL https://rabet.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rabet",
    "version": "1.7.3",
    "description": "Rabet extension, a simple way to interact with Stellar network.",
    "homepage_url": "https:\/\/rabet.io",
    "icons": {
        "16": "logo\/16x16.png",
        "32": "logo\/32x32.png",
        "48": "logo\/48x48.png",
        "128": "logo\/128x128.png"
    },
    "browser_action": {
        "default_title": "Rabet",
        "default_icon": "logo\/128x128.png",
        "default_popup": "dist\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/*.*"
    ],
    "background": {
        "scripts": [
            "dist\/background_script.js",
            "dist\/727.js"
        ],
        "persistent": false
    }
}