meteor-server-console

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

Co je meteor-server-console?

meteor-server-console je rozšíření Chrome vyvinuté gandev.de, a jeho hlavní funkcí je „Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření meteor-server-console

Stáhněte si soubory rozšíření meteor-server-console ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název meteor-server-console meteor-server-console
ID eofffbjbjcfkmmoeiaokkhhpmajmbpni
Oficiální URL https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni
Popis Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
Velikost souboru 399 KB
Počet instalací 270
Aktuální Verze 0.5.1
Poslední Aktualizace 2014-09-08
Datum Vydání 2014-09-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář gandev.de
Typ Platby free
Webové stránky Rozšíření https://github.com/gandev/meteor-server-console
URL Stránky Nápovědy https://github.com/gandev/meteor-server-console
Podporované Jazyky 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
}