Ethereum monitor

Everything about Ethereum in one extension

Ethereum monitor क्या है?

Ethereum monitor Awork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Everything about Ethereum in one extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ethereum monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}