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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}