Environment Monitor
Monitors services (like Apache, Tomcat) and packages etc. on environments
Environment Monitorคืออะไร?
Environment Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ricardo Torres และคุณลักษณะหลักของมันคือ "Monitors services (like Apache, Tomcat) and packages etc. on environments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Environment Monitor
ดาวน์โหลดไฟล์ส่วนขยาย Environment Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |