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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gandev.de, και η κύρια λειτουργία του είναι "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης meteor-server-console
Λήψη αρχείων επέκτασης 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 } |