meteor-server-console
Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
Cos'è meteor-server-console?
meteor-server-console è un'estensione di Chrome sviluppata da gandev.de, e la sua funzione principale è "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione meteor-server-console
Scarica i file di estensione meteor-server-console in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !!! Informazioni di Base sull'Estensione
| Nome | |
| ID | eofffbjbjcfkmmoeiaokkhhpmajmbpni |
| URL Ufficiale | https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni |
| Descrizione | Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output. |
| Dimensione del File | 399 KB |
| Conteggio Installazioni | 270 |
| Versione Corrente | 0.5.1 |
| Ultimo Aggiornamento | 2014-09-08 |
| Data di Pubblicazione | 2014-09-08 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | gandev.de |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/gandev/meteor-server-console |
| URL della Pagina di Aiuto | https://github.com/gandev/meteor-server-console |
| Lingue Supportate | 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
} | |