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 |
Eメール | [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'" } |