ReynaPay

ReynaPay Chrome Extension for Tron Foundation

什麼是ReynaPay?

ReynaPay是由Reyna Foundation開發的Chrome擴展程式,該擴展的主要功能是“ReynaPay Chrome Extension for Tron Foundation”。

擴展截圖

screenshot

下載ReynaPay擴展crx文件

下載ReynaPay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ReynaPay is the TRON Foundation wallet with the most users, coming in three versions (Chrome Wallet Extension/iOS/Android), and you're looking at the Chrome Wallet Extension for TRON.

Main function:
Send and receive TRX, TRC10 and TRC20 tokens;Integrate smart contract calls on developers’ site; Use Dapps within the browser. 

About TRON:
TRON's market cap is among the top 10 on a global scale. Since June 25th 2018, TRON migrated its ERC20 tokens to TRON’s Mainnet, making TRX an independent cryptocurrency.

Official website link: https://reyna2.com

Contact Reyna Foundation:
English telegram:https://t.me/reyna2limited
Official Twitter: https://twitter.com/reyna2limited                    

擴展基本資訊

名稱 ReynaPay ReynaPay
ID djhecjelehcfnnlbkegkckcngmngdnjf
官方網址 https://chrome.google.com/webstore/detail/reynapay/djhecjelehcfnnlbkegkckcngmngdnjf
簡介 ReynaPay Chrome Extension for Tron Foundation
檔案大小 10.56 MB
安裝次數 25
目前版本 0.1.0
更新時間 2020-01-15
上架時間 2020-01-15
評分 3.67/5 共 3 次評分
開發者 Reyna Foundation
電子郵箱 [email protected]
付費類型 free
擴展官網 https://reyna2.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReynaPay",
    "version": "0.1.0",
    "version_name": "0.1.0",
    "description": "ReynaPay Chrome Extension for Tron Foundation",
    "author": "[email protected]",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-LayQc1iWBC+6WbHHvHZj3uSx3CxrGBHUJBR7si4qf8w=' 'sha256-POEO+wER89cezFVZ27JoP523HJNPMQxmh5Rcz\/OZpr4=' 'sha256-IThiKMnsg0UHaLmP7sJxZpd\/ohvINImwjxFJyxGFSlk=' https:\/\/*.sentry.io https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "packages\/popup\/build\/index.html",
        "default_title": "ReynaPay"
    },
    "icons": {
        "128": "packages\/popup\/static\/icon.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/pageHook.js"
    ]
}