Environment Monitor
Monitors services (like Apache, Tomcat) and packages etc. on environments
Environment Monitor क्या है?
Environment Monitor Ricardo Torres द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitors services (like Apache, Tomcat) and packages etc. on environments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Environment Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Check our project website for detailed docs. http://rictorres.github.io/environment-monitor
एक्सटेंशन की मूल जानकारी
नाम | Environment Monitor |
ID | eghfpbpdljpbkcdakoljbeifhgpfbfme |
आधिकारिक URL | https://chromewebstore.google.com/detail/environment-monitor/eghfpbpdljpbkcdakoljbeifhgpfbfme |
विवरण | Monitors services (like Apache, Tomcat) and packages etc. on environments |
फ़ाइल का आकार | 662 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 0.2.3 |
अंतिम अपडेट | 2014-10-15 |
प्रकाशन तिथि | 2014-10-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Ricardo Torres |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rictorres/environment-monitor |
सहायता पृष्ठ URL | https://github.com/rictorres/environment-monitor/issues |
समर्थित भाषाएँ | 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" } |