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 !!! Основная информация о расширении
| Название | |
| 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
} | |