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ファイルをダウンロード

Ravencoin Sign message extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}