meteor-server-console

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

meteor-server-console là gì?

meteor-server-console là một tiện ích mở rộng Chrome được phát triển bởi gandev.de, và tính năng chính của nó là "Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng meteor-server-console

Tải xuống các tệp mở rộng meteor-server-console dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên meteor-server-console meteor-server-console
ID eofffbjbjcfkmmoeiaokkhhpmajmbpni
URL Chính Thức https://chromewebstore.google.com/detail/meteor-server-console/eofffbjbjcfkmmoeiaokkhhpmajmbpni
Mô tả Connect to a meteor server, evaluate expressions or execute custom helper functions and browse the results/log output.
Kích Thước Tệp 399 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2014-09-08
Ngày Phát Hành 2014-09-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gandev.de
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gandev/meteor-server-console
URL Trang Trợ Giúp https://github.com/gandev/meteor-server-console
Ngôn Ngữ Được Hỗ Trợ 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
}