RENEC wallet

Remitano Network SPL Token Wallet

什么是RENEC wallet?

RENEC wallet是由RENEC foundation开发的Chrome扩展程序,该扩展的主要功能是“Remitano Network SPL Token Wallet”。

扩展截图

screenshot
screenshot

下载RENEC wallet扩展crx文件

下载RENEC wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        To interact coin RENEC on RENEC blockchain                    

扩展基本信息

名称 RENEC wallet RENEC wallet
ID bealilhcnnedafckeclnichcgeicndnc
官方URL https://chromewebstore.google.com/detail/renec-wallet/bealilhcnnedafckeclnichcgeicndnc
简介 Remitano Network SPL Token Wallet
文件大小 31.93 MB
安装次数 765
当前版本 0.0.4
更新时间 2022-11-16
上架时间 2022-07-21
评分 5.00/5 共12次评分
开发者 RENEC foundation
电子邮箱 [email protected]
付费类型 free
扩展官网 https://remitano.com/renec
帮助页面URL https://remitano.com/renec
隐私政策页面URL https://remitano.com/home/eu/policy-privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RENEC wallet",
    "description": "Remitano Network SPL Token Wallet",
    "version": "0.0.4",
    "action": {
        "default_popup": "index.html",
        "default_title": "RENEC Wallet"
    },
    "manifest_version": 3,
    "icons": {
        "16": "favicon.ico",
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88"
}