Meteor DevTools

Developer tools for Meteor

Meteor DevTools là gì?

Meteor DevTools là một tiện ích mở rộng Chrome được phát triển bởi The Bakery, và tính năng chính của nó là "Developer tools for Meteor".

Ả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 DevTools

Tải xuống các tệp mở rộng Meteor DevTools 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

                        Meteor DevTools is an extension for Chrome Developer Tools that makes the process of developing Meteor apps even more enjoyable. It also allows you to look under the hood of existing applications and learn how they are built. The extension includes a plugin framework and currently comes with 4 plugins: DDP Monitor, Blaze Inspector, MiniMongo Explorer and Security Auditor. The extension is open source and is available on Github - https://github.com/thebakeryio/meteor-devtools.                    

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

Tên Meteor DevTools Meteor DevTools
ID ippapidnnboiophakmmhkdlchoccbgje
URL Chính Thức https://chromewebstore.google.com/detail/meteor-devtools/ippapidnnboiophakmmhkdlchoccbgje
Mô tả Developer tools for Meteor
Kích Thước Tệp 430 KB
Số Lần Cài Đặt 5,830
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2016-08-04
Ngày Phát Hành 2016-08-04
Đánh Giá 4.40/5 Tổng số 43 Đánh Giá
Nhà Phát Triển The Bakery
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/thebakeryio/meteor-devtools
URL Trang Trợ Giúp https://github.com/thebakeryio/meteor-devtools/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meteor DevTools",
    "version": "1.6.0",
    "description": "Developer tools for Meteor",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "devtools_page": "devtools.html",
    "options_page": "panel.html",
    "manifest_version": 2
}