MetaWallet
Metacoin Browser extension
MetaWalletคืออะไร?
MetaWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wallet.metacoin.network และคุณลักษณะหลักของมันคือ "Metacoin Browser extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MetaWallet
ดาวน์โหลดไฟล์ส่วนขยาย MetaWallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |