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 - это расширение Chrome, разработанное sector43 Software, и его основная функция - "This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fabric Explorer

Скачайте файлы расширений 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\/*"
    ]
}