ETC Ethermine Monitor
This is tool to monitor workers of ETC Ethermine quickly.
Co to jest ETC Ethermine Monitor?
ETC Ethermine Monitor to rozszerzenie Chrome opracowane przez Zodinet CO.,LTD, a jego główną funkcją jest „This is tool to monitor workers of ETC Ethermine quickly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ETC Ethermine Monitor
Pobierz pliki rozszerzeń ETC Ethermine Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fgepomggiffkecdhacmchjgdhobphkak |
| Oficjalny URL | https://chromewebstore.google.com/detail/etc-ethermine-monitor/fgepomggiffkecdhacmchjgdhobphkak |
| Opis | This is tool to monitor workers of ETC Ethermine quickly. |
| Rozmiar pliku | 47.06 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 0.0.6 |
| Ostatnia Aktualizacja | 2017-08-03 |
| Data Publikacji | 2017-08-03 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Zodinet CO.,LTD |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ETC Ethermine Monitor",
"version": "0.0.6",
"manifest_version": 2,
"description": "This is tool to monitor workers of ETC Ethermine 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": "ETC Ethermine Monitor Extension",
"default_popup": "popup.html"
}
} | |