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
公式URL 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
Eメール [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"
    ]
}