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是由gandev.de開發的Chrome擴展程式,該擴展的主要功能是“Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.”。
擴展截圖
下載meteor-server-console擴展crx文件
下載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 |
| 官方網址 | 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
} | |