Meteor DevTools

Developer tools for Meteor

Meteor DevToolsคืออะไร?

Meteor DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Bakery และคุณลักษณะหลักของมันคือ "Developer tools for Meteor"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meteor DevTools

ดาวน์โหลดไฟล์ส่วนขยาย Meteor DevTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Meteor DevTools Meteor DevTools
ID ippapidnnboiophakmmhkdlchoccbgje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meteor-devtools/ippapidnnboiophakmmhkdlchoccbgje
คำอธิบาย Developer tools for Meteor
ขนาดไฟล์ 430 KB
จำนวนการติดตั้ง 5,830
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2016-08-04
วันที่เผยแพร่ 2016-08-04
คะแนน 4.40/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา The Bakery
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/thebakeryio/meteor-devtools
URL หน้าช่วยเหลือ https://github.com/thebakeryio/meteor-devtools/issues
ภาษาที่รองรับ 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
}