Ethereum monitor

Everything about Ethereum in one extension

Ethereum monitorคืออะไร?

Ethereum monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Awork และคุณลักษณะหลักของมันคือ "Everything about Ethereum in one extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethereum monitor

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}