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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}