Echo Bridge
The bridge between your web site and the Echo
Echo Bridgeとは何ですか?
Echo Bridgeはpixelplexによって開発されたChromeの拡張機能で、その主な機能は「The bridge between your web site and the Echo」です。
拡張機能のスクリーンショット
Echo Bridge拡張機能のCRXファイルをダウンロード
Echo Bridge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bridge is a tool designed to make running Echo dApps for people as easy as possible. As an extension for your browser, Bridge can act as a dedicated Echo wallet, allowing you to access and manage your account data, manage multiple accounts, and use it for making, signing transactions & viewing your account history.
拡張機能の基本情報
名前 | Echo Bridge |
ID | ginklfodpcgldnicehmlpehfmgjhbdcl |
公式URL | https://chromewebstore.google.com/detail/echo-bridge/ginklfodpcgldnicehmlpehfmgjhbdcl |
説明 | The bridge between your web site and the Echo |
ファイルサイズ | 13.89 MB |
インストール数 | 19 |
現在のバージョン | 1.18.4 |
最終更新日 | 2022-10-13 |
公開日 | 2020-04-21 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | pixelplex |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/19ZPZQSLGRZ5ObIvDzAT1tLYHwUpaZZgT/edit |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "BRG", "name": "Echo Bridge", "description": "The bridge between your web site and the Echo", "manifest_version": 2, "browser_action": { "default_popup": ".\/index.html", "default_title": "Echo Bridge", "default_icon": { "16": "images\/16.png", "32": "images\/32.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "96": "images\/96.png", "128": "images\/128.png" }, "version": "1.18.4", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/content.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage", "clipboardWrite", "notifications", "activeTab" ], "web_accessible_resources": [ "inpage.js", "background.js", "unlimitedStorage.js" ] } |