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 |
官方URL | 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'" } |