Fabric Explorer

This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…

Fabric Explorerคืออะไร?

Fabric Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sector43 Software และคุณลักษณะหลักของมันคือ "This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…"

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

screenshot

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

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

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

                        This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element and immediately seeing the effect on the page.  Useful for learning about Fabric, as well as interactively designing user interfaces that utilize Fabric.                    

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

ชื่อ Fabric Explorer Fabric Explorer
ID iealmcjmkenoicmjpcebflbpcendnjnm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fabric-explorer/iealmcjmkenoicmjpcebflbpcendnjnm
คำอธิบาย This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…
ขนาดไฟล์ 55.37 KB
จำนวนการติดตั้ง 454
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2016-11-10
วันที่เผยแพร่ 2016-11-10
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา sector43 Software
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sector43.com/fabric-explorer/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabric Explorer",
    "version": "2.0.1",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "js\/jQuery2.1.4.min.js",
                "js\/functions.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/favicon16.jpg",
        "32": "icons\/favicon32.jpg",
        "64": "icons\/favicon64.jpg"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        "\/*",
        "locale\/*"
    ]
}