meteor-server-console

Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.

Co to jest meteor-server-console?

meteor-server-console to rozszerzenie Chrome opracowane przez gandev.de, a jego główną funkcją jest „Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia meteor-server-console

Pobierz pliki rozszerzeń meteor-server-console w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 !!!                    

Podstawowe informacje o rozszerzeniu

Nazwa meteor-server-console meteor-server-console
ID eofffbjbjcfkmmoeiaokkhhpmajmbpni
Oficjalny URL https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni
Opis Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
Rozmiar pliku 399 KB
Liczba instalacji 270
Aktualna Wersja 0.5.1
Ostatnia Aktualizacja 2014-09-08
Data Publikacji 2014-09-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper gandev.de
Typ Płatności free
Strona Rozszerzenia https://github.com/gandev/meteor-server-console
Adres URL Strony Pomocy https://github.com/gandev/meteor-server-console
Obsługiwane Języki 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
}