Environment Monitor
Monitors services (like Apache, Tomcat) and packages etc. on environments
Wat is Environment Monitor?
Environment Monitor is een Chrome-extensie ontwikkeld door Ricardo Torres, en de belangrijkste functie is "Monitors services (like Apache, Tomcat) and packages etc. on environments".
Extensie Screenshots
Download het CRX-bestand van de extensie Environment Monitor
Download Environment Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Check our project website for detailed docs.
http://rictorres.github.io/environment-monitor Basisinformatie over de Extensie
| Naam | |
| ID | eghfpbpdljpbkcdakoljbeifhgpfbfme |
| Officiële URL | https://chromewebstore.google.com/detail/environment-monitor/eghfpbpdljpbkcdakoljbeifhgpfbfme |
| Beschrijving | Monitors services (like Apache, Tomcat) and packages etc. on environments |
| Bestandsgrootte | 662 KB |
| Aantal Installaties | 36 |
| Huidige Versie | 0.2.3 |
| Laatst Bijgewerkt | 2014-10-15 |
| Publicatiedatum | 2014-10-15 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Ricardo Torres |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/rictorres/environment-monitor |
| Help Pagina-URL | https://github.com/rictorres/environment-monitor/issues |
| Ondersteunde Talen | 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"
} | |