Fabric Explorer

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

Was ist Fabric Explorer?

Fabric Explorer ist eine Chrome-Erweiterung, die von sector43 Software entwickelt wurde, und ihr Hauptmerkmal ist "This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…".

Erweiterungsscreenshots

screenshot

Fabric Explorer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fabric Explorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fabric Explorer Fabric Explorer
ID iealmcjmkenoicmjpcebflbpcendnjnm
Offizielle URL https://chrome.google.com/webstore/detail/fabric-explorer/iealmcjmkenoicmjpcebflbpcendnjnm
Beschreibung This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…
Dateigröße 55.37 KB
Installationsanzahl 454
Aktuelle Version 2.0.1
Letztes Update 2016-11-10
Veröffentlichungsdatum 2016-11-10
Bewertung 2.75/5 Insgesamt 4 Bewertungen
Entwickler sector43 Software
Zahlungsart free
Erweiterungswebsite http://www.sector43.com/fabric-explorer/
Unterstützte Sprachen 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\/*"
    ]
}