Ravencoin Sign message extension

An extension that enables the user to create Digital Signatures using a Ravencoin address

Ravencoin Sign message extension란 무엇입니까?

Ravencoin Sign message extension은(는) Raven Rebels에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that enables the user to create Digital Signatures using a Ravencoin address"입니다.

확장 프로그램 스크린샷

screenshot

Ravencoin Sign message extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ravencoin users can use this extension to create digital signatures with a Ravencoin address.
Nothing less, nothing more.
You enter your Ravencoin address private key in Wallet Import Format (WIF).
Now you can create digital signatures using your private key.
This can for example be used to sign in to web sites.                    

확장 프로그램 기본 정보

이름 Ravencoin Sign message extension Ravencoin Sign message extension
ID npfghnmhcandpllgkaofddkkegjmcoha
공식 URL https://chromewebstore.google.com/detail/ravencoin-sign-message-ex/npfghnmhcandpllgkaofddkkegjmcoha
설명 An extension that enables the user to create Digital Signatures using a Ravencoin address
파일 크기 355 KB
설치 횟수 38
현재 버전 1.4.1
최근 업데이트 2023-02-28
출시 날짜 2022-08-11
평점 5.00/5 총 2 개의 평점
개발자 Raven Rebels
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ravenrebels/ravencoin-chrome-extension
도움말 페이지 URL https://github.com/ravenrebels/ravencoin-chrome-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/idp.ravenrebels.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "description": "An extension that enables the user to create Digital Signatures using a Ravencoin address",
    "icons": {
        "128": "ravencoin-rvn-logo.png"
    },
    "manifest_version": 3,
    "name": "Ravencoin Sign message extension",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "version": "1.4.1"
}