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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |