ETH Nanopool Monitor
This is tool to monitor workers of ETH Nanopool quickly.
Hvad er ETH Nanopool Monitor?
ETH Nanopool Monitor er en Chrome-udvidelse udviklet af Zodinet CO.,LTD, og dens hovedfunktion er "This is tool to monitor workers of ETH Nanopool quickly.".
Download ETH Nanopool Monitor-udvidelses-CRX-fil
Download ETH Nanopool Monitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                                             Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | hdphinbiidmhnccmhpalkmamdcikllfd | 
| Officiel URL | https://chromewebstore.google.com/detail/eth-nanopool-monitor/hdphinbiidmhnccmhpalkmamdcikllfd | 
| Beskrivelse | This is tool to monitor workers of ETH Nanopool quickly. | 
| Filstørrelse | 44.12 KB | 
| Antal Installationer | 38 | 
| Nuværende Version | 0.0.4 | 
| Senest Opdateret | 2017-08-04 | 
| Udgivelsesdato | 2017-08-04 | 
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser | 
| Udvikler | Zodinet CO.,LTD | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Nanopool Monitor",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This is tool to monitor workers of ETH Nanopool quickly.",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "ETH Nanopool Monitor Extension",
        "default_popup": "popup.html"
    }
}  |  |