RENEC wallet
Remitano Network SPL Token Wallet
RENEC walletとは何ですか?
RENEC walletはRENEC foundationによって開発されたChromeの拡張機能で、その主な機能は「Remitano Network SPL Token Wallet」です。
拡張機能のスクリーンショット
RENEC wallet拡張機能のCRXファイルをダウンロード
RENEC wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To interact coin RENEC on RENEC blockchain
拡張機能の基本情報
名前 | 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 |
Eメール | [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": [ " |