Ethereum monitor

Everything about Ethereum in one extension

Was ist Ethereum monitor?

Ethereum monitor ist eine Chrome-Erweiterung, die von Awork entwickelt wurde, und ihr Hauptmerkmal ist "Everything about Ethereum in one extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ethereum monitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ethereum monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ethereum monitor
it will help you to always know the cost of Ethereum coins in a currency convenient for you, as well as you can add the address of your wallet and ethereum monitor will show your balance in the currency you need.

No viruses or hidden features.
You can familiarize yourself with the source code here:
https://github.com/Awork6072/ethereum-monitor                    

Grundlegende Informationen zur Erweiterung

Name Ethereum monitor Ethereum monitor
ID ainmgbleakflfgjjoolgmgfepddnpeln
Offizielle URL https://chromewebstore.google.com/detail/ethereum-monitor/ainmgbleakflfgjjoolgmgfepddnpeln
Beschreibung Everything about Ethereum in one extension
Dateigröße 1.51 MB
Installationsanzahl 36
Aktuelle Version 1.5
Letztes Update 2020-07-16
Veröffentlichungsdatum 2020-07-11
Entwickler Awork
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Awork6072/ethereum-monitor
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "page": "popup\/background.html"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "description": "Everything about Ethereum in one extension",
    "icons": {
        "128": "static\/images\/icon128.png",
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/js\/jquery-3.2.1.min.js",
                "static\/js\/ether.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "Ethereum monitor",
    "options_page": "options\/options.html",
    "content_security_policy": "script-src 'self' https:\/\/myjoi.ru; object-src 'self'",
    "permissions": [
        "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=ETH*",
        "https:\/\/api.ethplorer.io\/getAddressInfo\/*",
        "https:\/\/fonts.googleapis.com\/*",
        "https:\/\/myjoi.ru\/*"
    ],
    "version": "1.5"
}