Environment Monitor
Monitors services (like Apache, Tomcat) and packages etc. on environments
Environment Monitorとは何ですか?
Environment MonitorはRicardo Torresによって開発されたChromeの拡張機能で、その主な機能は「Monitors services (like Apache, Tomcat) and packages etc. on environments」です。
拡張機能のスクリーンショット
Environment Monitor拡張機能のCRXファイルをダウンロード
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" } |