meteor-server-console
Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
Wat is meteor-server-console?
meteor-server-console is een Chrome-extensie ontwikkeld door gandev.de, en de belangrijkste functie is "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.".
Extensie Screenshots
Download het CRX-bestand van de extensie meteor-server-console
Download meteor-server-console-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 !!!
Basisinformatie over de Extensie
Naam | meteor-server-console |
ID | eofffbjbjcfkmmoeiaokkhhpmajmbpni |
Officiële URL | https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni |
Beschrijving | Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output. |
Bestandsgrootte | 399 KB |
Aantal Installaties | 270 |
Huidige Versie | 0.5.1 |
Laatst Bijgewerkt | 2014-09-08 |
Publicatiedatum | 2014-09-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | gandev.de |
Betalingswijze | free |
Extensiewebsite | https://github.com/gandev/meteor-server-console |
Help Pagina-URL | https://github.com/gandev/meteor-server-console |
Ondersteunde Talen | 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 } |