MetaWallet
Metacoin Browser extension
MetaWallet란 무엇입니까?
MetaWallet은(는) https://wallet.metacoin.network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Metacoin Browser extension"입니다.
확장 프로그램 스크린샷
MetaWallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MetaWallet is an extension for accessing MetaCoin enabled distributed applications, or "Dapps" in your normal Chrome browser! Version 1.7.24 - MRC400, MRC401 protocol update Version 1.7.23 - Miner bug fix Version 1.7.22 - Add notice menu (user setting-notice) - Add pop-up notice Version 1.7.21 - Miner bug fix Version 1.7.20 - History date notation change Version 1.7.19 - Exchange link change Version 1.7.18 - Price information call method, call location change Version 1.7.17 - Miner bug fix Version 1.7.16 - Miner bug fix Version 1.7.15 - Correction of DEX010 related text
확장 프로그램 기본 정보
이름 | MetaWallet |
ID | bkklifkecemccedpkhcebagjpehhabfb |
공식 URL | https://chromewebstore.google.com/detail/metawallet/bkklifkecemccedpkhcebagjpehhabfb |
설명 | Metacoin Browser extension |
파일 크기 | 4.92 MB |
설치 횟수 | 4,604 |
현재 버전 | 1.7.24 |
최근 업데이트 | 2023-12-04 |
출시 날짜 | 2020-11-26 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://wallet.metacoin.network |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wallet.metacoin.network |
개인정보 보호 정책 페이지 URL | https://wallet.metacoin.network/policy |
지원되는 언어 | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.7.24", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "author": "https:\/\/metacoin.network", "homepage_url": "https:\/\/metacoin.network", "description": "__MSG_appDescription__", "default_locale": "en", "commands": { "open-window": { "suggested_key": { "windows": "Alt+Shift+W", "mac": "Ctrl+Shift+W", "chromeos": "Alt+Shift+W", "linux": "Alt+Shift+W" }, "description": "Open window metawallet" }, "_execute_browser_action": { "suggested_key": { "windows": "Alt+W", "mac": "Ctrl+W", "chromeos": "Alt+W", "linux": "Alt+W" }, "description": "Open popup metawallet" } }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "unlimitedStorage", "alarms", "contextMenus", "tabs", "activeTab", "https:\/\/dapp.metacoin.network\/*", "https:\/\/*.metascan.io\/*" ], "externally_connectable": { "matches": [ "https:\/\/t.me\/MetacoinWalletBot\/*", "https:\/\/dapp.metacoin.network\/*" ], "ids": [ "*" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_appName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ "js\/inpage.js" ], "content_security_policy": "script-src 'self' ; object-src 'self'" } |