Fabric Explorer

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

Co to jest Fabric Explorer?

Fabric Explorer to rozszerzenie Chrome opracowane przez sector43 Software, a jego główną funkcją jest „This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fabric Explorer

Pobierz pliki rozszerzeń Fabric Explorer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fabric Explorer Fabric Explorer
ID iealmcjmkenoicmjpcebflbpcendnjnm
Oficjalny URL https://chrome.google.com/webstore/detail/fabric-explorer/iealmcjmkenoicmjpcebflbpcendnjnm
Opis This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…
Rozmiar pliku 55.37 KB
Liczba instalacji 454
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2016-11-10
Data Publikacji 2016-11-10
Ocena 2.75/5 Łącznie 4 Oceny
Deweloper sector43 Software
Typ Płatności free
Strona Rozszerzenia http://www.sector43.com/fabric-explorer/
Obsługiwane Języki 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\/*"
    ]
}