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