Ethereum monitor
Everything about Ethereum in one extension
什么是Ethereum monitor?
Ethereum monitor是由Awork开发的Chrome扩展程序,该扩展的主要功能是“Everything about Ethereum in one extension”。
扩展截图
下载Ethereum monitor扩展crx文件
下载Ethereum monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Ethereum monitor |
ID | ainmgbleakflfgjjoolgmgfepddnpeln |
官方URL | https://chromewebstore.google.com/detail/ethereum-monitor/ainmgbleakflfgjjoolgmgfepddnpeln |
简介 | Everything about Ethereum in one extension |
文件大小 | 1.51 MB |
安装次数 | 36 |
当前版本 | 1.5 |
更新时间 | 2020-07-16 |
上架时间 | 2020-07-11 |
开发者 | Awork |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Awork6072/ethereum-monitor |
支持的语言 | 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" } |