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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Echo Bridge
ID ginklfodpcgldnicehmlpehfmgjhbdcl
官方網址 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
電子郵箱 [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"
    ]
}