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 |
Eメール | [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" } |