Slope Wallet
For the curious! The easiest way to discover web3 applications
什麼是Slope Wallet?
Slope Wallet是由slope.finance開發的Chrome擴展程式,該擴展的主要功能是“For the curious! The easiest way to discover web3 applications”。
擴展截圖
下載Slope Wallet擴展crx文件
下載Slope Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Slope Wallet Slope is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the Solana blockchain. In addition to sending and receiving funds, Slope also allows you to securely connect and interact with decentralized applications (Dapps) on the Solana blockchain and other chains.
擴展基本資訊
名稱 | Slope Wallet |
ID | pocmplpaccanhmnllbbkpgfliimjljgo |
官方網址 | https://chromewebstore.google.com/detail/slope-wallet/pocmplpaccanhmnllbbkpgfliimjljgo |
簡介 | For the curious! The easiest way to discover web3 applications |
檔案大小 | 4.52 MB |
安裝次數 | 68,437 |
目前版本 | 2.3.0 |
更新時間 | 2022-07-28 |
上架時間 | 2021-06-22 |
評分 | 3.26/5 共 35 次評分 |
開發者 | slope.finance |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://slope.finance |
隱私政策頁面URL | https://www.slope.finance/protocol.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slope Wallet", "homepage_url": "https:\/\/www.slope.finance\/#\/wallet", "description": "For the curious! The easiest way to discover web3 applications", "default_locale": "en", "permissions": [ "storage", "alarms", "tabs" ], "icons": { "16": "icons\/16.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "all_frames": true, "js": [ "js\/content-script.js", "js\/inpage-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "browser_action": { "default_popup": "popup.html", "default_title": "Slope Wallet", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "js\/inpage-script.js" ], "version": "2.3.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |