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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Fabric Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}