meteor-server-console
Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
What is meteor-server-console?
meteor-server-console is a Chrome extension developed by gandev.de, and its main feature is "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.".
Extension Screenshots
Download meteor-server-console Extension CRX File
Download meteor-server-console extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 !!!
Extension Basic Information
Name | meteor-server-console |
ID | eofffbjbjcfkmmoeiaokkhhpmajmbpni |
Official URL | https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni |
Description | Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output. |
File Size | 399 KB |
Installation Count | 270 |
Current Version | 0.5.1 |
Last Updated | 2014-09-08 |
Publish Date | 2014-09-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | gandev.de |
Payment Type | free |
Extension Website | https://github.com/gandev/meteor-server-console |
Help Page URL | https://github.com/gandev/meteor-server-console |
Supported Languages | 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 } |