Fabric Explorer

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

Qu'est-ce que Fabric Explorer ?

Fabric Explorer est une extension Chrome développée par sector43 Software, et sa fonction principale est "This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fabric Explorer

Téléchargez les fichiers d'extension Fabric Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fabric Explorer Fabric Explorer
ID iealmcjmkenoicmjpcebflbpcendnjnm
URL Officiel https://chrome.google.com/webstore/detail/fabric-explorer/iealmcjmkenoicmjpcebflbpcendnjnm
Description This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…
Taille du Fichier 55.37 KB
Nombre d'Installations 454
Version Actuelle 2.0.1
Dernière Mise à Jour 2016-11-10
Date de Publication 2016-11-10
Évaluation 2.75/5 Total 4 Évaluations
Développeur sector43 Software
Type de Paiement free
Site Web de l'Extension http://www.sector43.com/fabric-explorer/
Langues Prises en Charge 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\/*"
    ]
}