Ethereum monitor

Everything about Ethereum in one extension

什麼是Ethereum monitor?

Ethereum monitor是由Awork開發的Chrome擴展程式,該擴展的主要功能是“Everything about Ethereum in one extension”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Ethereum monitor
ID ainmgbleakflfgjjoolgmgfepddnpeln
官方網址 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"
}