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