Fabric Explorer

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

Apa itu Fabric Explorer?

Fabric Explorer adalah ekstensi Chrome yang dikembangkan oleh sector43 Software, dan fitur utamanya adalah "This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fabric Explorer

Unduh file ekstensi Fabric Explorer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Fabric Explorer Fabric Explorer
ID iealmcjmkenoicmjpcebflbpcendnjnm
URL Resmi https://chrome.google.com/webstore/detail/fabric-explorer/iealmcjmkenoicmjpcebflbpcendnjnm
Deskripsi This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…
Ukuran File 55.37 KB
Jumlah Instalasi 454
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2016-11-10
Tanggal Publikasi 2016-11-10
Penilaian 2.75/5 Total 4 Penilaian
Pengembang sector43 Software
Tipe Pembayaran free
Situs Ekstensi http://www.sector43.com/fabric-explorer/
Bahasa yang Didukung 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\/*"
    ]
}