Environment Monitor
Monitors services (like Apache, Tomcat) and packages etc. on environments
Environment Monitor là gì?
Environment Monitor là một tiện ích mở rộng Chrome được phát triển bởi Ricardo Torres, và tính năng chính của nó là "Monitors services (like Apache, Tomcat) and packages etc. on environments".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Environment Monitor
Tải xuống các tệp mở rộng Environment Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Check our project website for detailed docs. http://rictorres.github.io/environment-monitor
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Environment Monitor |
ID | eghfpbpdljpbkcdakoljbeifhgpfbfme |
URL Chính Thức | https://chromewebstore.google.com/detail/environment-monitor/eghfpbpdljpbkcdakoljbeifhgpfbfme |
Mô tả | Monitors services (like Apache, Tomcat) and packages etc. on environments |
Kích Thước Tệp | 662 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 0.2.3 |
Cập Nhật Lần Cuối | 2014-10-15 |
Ngày Phát Hành | 2014-10-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Ricardo Torres |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rictorres/environment-monitor |
URL Trang Trợ Giúp | https://github.com/rictorres/environment-monitor/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |