Environment Monitor
Monitors services (like Apache, Tomcat) and packages etc. on environments
Was ist Environment Monitor?
Environment Monitor ist eine Chrome-Erweiterung, die von Ricardo Torres entwickelt wurde, und ihr Hauptmerkmal ist "Monitors services (like Apache, Tomcat) and packages etc. on environments".
Erweiterungsscreenshots
Environment Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Environment Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Check our project website for detailed docs.
http://rictorres.github.io/environment-monitor Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eghfpbpdljpbkcdakoljbeifhgpfbfme |
| Offizielle URL | https://chromewebstore.google.com/detail/environment-monitor/eghfpbpdljpbkcdakoljbeifhgpfbfme |
| Beschreibung | Monitors services (like Apache, Tomcat) and packages etc. on environments |
| Dateigröße | 662 KB |
| Installationsanzahl | 36 |
| Aktuelle Version | 0.2.3 |
| Letztes Update | 2014-10-15 |
| Veröffentlichungsdatum | 2014-10-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Ricardo Torres |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/rictorres/environment-monitor |
| Hilfeseite URL | https://github.com/rictorres/environment-monitor/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.2.3",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "assets\/images\/icon-grey-16.png",
"128": "assets\/images\/icon-grey-128.png"
},
"default_locale": "en",
"background": {
"page": "background.html"
},
"permissions": [
"notifications",
"storage",
"*:\/\/*\/*"
],
"web_accessible_resources": [
"assets\/images\/icon-grey-128.png",
"assets\/images\/icon-green-128.png",
"assets\/images\/icon-red-128.png"
],
"browser_action": {
"default_icon": {
"16": "assets\/images\/icon-grey-16.png",
"19": "assets\/images\/icon-grey-19.png",
"38": "assets\/images\/icon-grey-38.png"
},
"default_title": "Environment Monitor",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |