meteor-server-console
Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
Was ist meteor-server-console?
meteor-server-console ist eine Chrome-Erweiterung, die von gandev.de entwickelt wurde, und ihr Hauptmerkmal ist "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.".
Erweiterungsscreenshots
meteor-server-console-Erweiterungs-CRX-Datei herunterladen
Laden Sie meteor-server-console-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 !!! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eofffbjbjcfkmmoeiaokkhhpmajmbpni |
| Offizielle URL | https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni |
| Beschreibung | Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output. |
| Dateigröße | 399 KB |
| Installationsanzahl | 270 |
| Aktuelle Version | 0.5.1 |
| Letztes Update | 2014-09-08 |
| Veröffentlichungsdatum | 2014-09-08 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | gandev.de |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/gandev/meteor-server-console |
| Hilfeseite URL | https://github.com/gandev/meteor-server-console |
| Unterstützte Sprachen | 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
} | |