ScaleWallet
Everscale network wallet and dapps connectivity provider
ScaleWalletとは何ですか?
ScaleWalletはSVOI.devによって開発されたChromeの拡張機能で、その主な機能は「Everscale network wallet and dapps connectivity provider」です。
拡張機能のスクリーンショット
ScaleWallet拡張機能のCRXファイルをダウンロード
ScaleWallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Everscale Blockchain (ex. FreeTON) network wallet. Provide controlling balances in Everscale Network and DApp connectivity in pages.
拡張機能の基本情報
名前 | ScaleWallet |
ID | oiohdnannmknmdlddkdejbmplhbdcbee |
公式URL | https://chromewebstore.google.com/detail/scalewallet/oiohdnannmknmdlddkdejbmplhbdcbee |
説明 | Everscale network wallet and dapps connectivity provider |
ファイルサイズ | 7.63 MB |
インストール数 | 1,471 |
現在のバージョン | 0.0.17 |
最終更新日 | 2022-07-28 |
公開日 | 2021-05-18 |
評価 | 4.92/5 合計 51 レビュー |
開発者 | SVOI.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://scalewallet.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.17", "name": "ScaleWallet", "homepage_url": "https:\/\/scalewallet.com", "description": "Everscale network wallet and dapps connectivity provider", "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "48": "icons\/48.png", "64": "icons\/128.png", "128": "icons\/128.png" }, "permissions": [], "content_security_policy": "script-src 'self' 'wasm-eval' ; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html#popNewWindow", "default_title": "ScaleWallet", "default_icon": [] }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "browser-polyfill.js", "injector.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "browser-polyfill.js", "ton-client\/main.js", "ton-client\/tonclient.wasm", "ever-sdk-js\/eversdk.wasm", "ever-sdk-js\/main.js", "everscaleProvider.js", "modules\/*", "packages\/*" ] } |