Ethereum monitor
Everything about Ethereum in one extension
Qu'est-ce que Ethereum monitor ?
Ethereum monitor est une extension Chrome développée par Awork, et sa fonction principale est "Everything about Ethereum in one extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ethereum monitor
Téléchargez les fichiers d'extension Ethereum monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ethereum monitor |
ID | ainmgbleakflfgjjoolgmgfepddnpeln |
URL Officiel | https://chromewebstore.google.com/detail/ethereum-monitor/ainmgbleakflfgjjoolgmgfepddnpeln |
Description | Everything about Ethereum in one extension |
Taille du Fichier | 1.51 MB |
Nombre d'Installations | 36 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2020-07-16 |
Date de Publication | 2020-07-11 |
Développeur | Awork |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Awork6072/ethereum-monitor |
Langues Prises en Charge | 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" } |