meteor-server-console
Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
meteor-server-consoleとは何ですか?
meteor-server-consoleはgandev.deによって開発されたChromeの拡張機能で、その主な機能は「Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.」です。
拡張機能のスクリーンショット
meteor-server-console拡張機能のCRXファイルをダウンロード
meteor-server-console拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The meteor-server-console extensions adds a panel to your chrome devtools with which you can do roughly the following things: - eval js in server context - start tinytest for specific packages - execute git commands or things like create package in meteor project - show server app/tinytest logs Check out www.meteor.com !!!
拡張機能の基本情報
名前 | meteor-server-console |
ID | eofffbjbjcfkmmoeiaokkhhpmajmbpni |
公式URL | https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni |
説明 | Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output. |
ファイルサイズ | 399 KB |
インストール数 | 270 |
現在のバージョン | 0.5.1 |
最終更新日 | 2014-09-08 |
公開日 | 2014-09-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | gandev.de |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gandev/meteor-server-console |
ヘルプページのURL | https://github.com/gandev/meteor-server-console |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "meteor-server-console", "version": "0.5.1", "description": "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results\/log output.", "devtools_page": "panel.html", "icons": { "128": "meteor.png" }, "minimum_chrome_version": "18", "manifest_version": 2 } |