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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}