GeroWallet Preview
Preview only version
什么是GeroWallet Preview?
GeroWallet Preview是由GeroWallet开发的Chrome扩展程序,该扩展的主要功能是“Preview only version”。
扩展截图
下载GeroWallet Preview扩展crx文件
下载GeroWallet Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
GeroWallet Preview ONLY version! Http is wide open for localhost testing. This version will be frequently updated as new features are available. Thank you for testing with us and helping us provide a better Cardano wallet.
扩展基本信息
名称 | GeroWallet Preview |
ID | iifeegfcfhlhhnilhfoeihllenamcfgc |
官方URL | https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc |
简介 | Preview only version |
文件大小 | 3.91 MB |
安装次数 | 623 |
当前版本 | 1.14.3 |
更新时间 | 2023-07-28 |
上架时间 | 2022-01-09 |
开发者 | GeroWallet |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gerowallet.io/ |
帮助页面URL | https://gerowallet.io/#contact |
隐私政策页面URL | https://gerowallet.io/assets/downloads/UserAgreement.pdf |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GeroWallet Preview", "short_name": "GeroWallet Preview", "version": "1.14.3", "description": "Preview only version", "icons": { "16": ".\/assets\/img\/logo16.png", "48": ".\/assets\/img\/logo48.png", "128": ".\/assets\/img\/logo128.png" }, "browser_action": { "default_popup": "index.html?#\/popup", "default_icon": { "16": ".\/assets\/img\/logo16.png", "48": ".\/assets\/img\/logo48.png", "128": ".\/assets\/img\/logo128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "clipboardRead", "chrome:\/\/favicon\/", "*:\/\/connect.trezor.io\/*" ], "web_accessible_resources": [ "inject.js" ], "content_scripts": [ { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ ".\/assets\/vendor\/trezor-content-script.js" ], "all_frames": true }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "contentPage.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'" } |