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開發的Chrome擴展程式,該擴展的主要功能是“This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…”。

擴展截圖

screenshot

下載Fabric Explorer擴展crx文件

下載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
官方網址 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\/*"
    ]
}