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
官方網址 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"
}