Ravencoin Sign message extension

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

What is Ravencoin Sign message extension?

Ravencoin Sign message extension is a Chrome extension developed by Raven Rebels, and its main feature is "An extension that enables the user to create Digital Signatures using a Ravencoin address".

Extension Screenshots

screenshot

Download Ravencoin Sign message extension Extension CRX File

Download Ravencoin Sign message extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ravencoin Sign message extension Ravencoin Sign message extension
ID npfghnmhcandpllgkaofddkkegjmcoha
Official URL https://chromewebstore.google.com/detail/ravencoin-sign-message-ex/npfghnmhcandpllgkaofddkkegjmcoha
Description An extension that enables the user to create Digital Signatures using a Ravencoin address
File Size 355 KB
Installation Count 38
Current Version 1.4.1
Last Updated 2023-02-28
Publish Date 2022-08-11
Rating 5.00/5 Total 2 Ratings
Developer Raven Rebels
Email [email protected]
Payment Type free
Extension Website https://github.com/ravenrebels/ravencoin-chrome-extension
Help Page URL https://github.com/ravenrebels/ravencoin-chrome-extension
Supported Languages 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"
}