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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Electrum Companion Developers, και η κύρια λειτουργία του είναι "A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Electrum Browser Companion

Λήψη αρχείων επέκτασης 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"
    }
}