Marty Developer Tools

Developer tools for Marty

Marty Developer Toolsคืออะไร?

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

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marty Developer Tools

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

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

                        Marty Developer Tools is an extension to Chrome's developer tools. It shows you the current state of your stores, actions that have flowed through the application as well as allowing you to revert to an earlier state. For each action we will show:

* Which stores handled the action
* What arguments were passed to the stores action handler
* What components re-rendered as a result of the action (and how many)
* Which stores caused a component to re-render                    

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

ชื่อ Marty Developer Tools Marty Developer Tools
ID fifcikknnbggajppebgolpkaambnkpae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marty-developer-tools/fifcikknnbggajppebgolpkaambnkpae
คำอธิบาย Developer tools for Marty
ขนาดไฟล์ 2.36 MB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 0.10.1
อัปเดตครั้งล่าสุด 2015-05-27
วันที่เผยแพร่ 2015-05-27
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jhollingworth
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://martyjs.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marty Developer Tools",
    "version": "0.10.1",
    "description": "Developer tools for Marty",
    "devtools_page": "app\/devtools\/index.html",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app\/content\/needle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "app\/*"
    ]
}