Electrum Browser Companion

A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.

什么是Electrum Browser Companion?

Electrum Browser Companion是由Electrum Companion Developers开发的Chrome扩展程序,该扩展的主要功能是“A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.”。

扩展截图

screenshot

下载Electrum Browser Companion扩展crx文件

下载Electrum Browser Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension installed in your browser you can monitor the value in US Dollars of your Electrum Bitcoin Wallet.
This extension works with the Electrum application running on your computer to provide a safe and secure way of accessing your data. This extension cannot: perform payments on your behalf nor autonomously connect to your Electrum Wallet. The How To section explains how to configure this extension. We do not store any personal information between different browser sessions, other than those required by the application to work. As soon as you close the browser or Electrum, this extension can no longer connect to it.                    

扩展基本信息

名称 Electrum Browser Companion Electrum Browser Companion
ID pljgdilmpnfcjmfmnfdlpjodmhiglmlb
官方URL https://chromewebstore.google.com/detail/electrum-browser-companio/pljgdilmpnfcjmfmnfdlpjodmhiglmlb
简介 A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.
文件大小 189 KB
安装次数 545
当前版本 1.1
更新时间 2020-05-15
上架时间 2020-05-14
开发者 Electrum Companion Developers
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Electrum Browser Companion",
    "version": "1.1",
    "description": "A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "browser_action": {
        "default_popup": "ui\/popup.html",
        "default_icon": {
            "16": "images\/electrum_16.png",
            "32": "images\/electrum_32.png",
            "48": "images\/electrum_48.png",
            "128": "images\/electrum_128.png"
        }
    },
    "icons": {
        "16": "images\/electrum_16.png",
        "32": "images\/electrum_32.png",
        "48": "images\/electrum_48.png",
        "128": "images\/electrum_128.png"
    }
}