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. 擴展基本資訊
| 名稱 | |
| ID | oiohdnannmknmdlddkdejbmplhbdcbee |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
} | |