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 là gì?

Fabric Explorer là một tiện ích mở rộng Chrome được phát triển bởi sector43 Software, và tính năng chính của nó là "This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fabric Explorer

Tải xuống các tệp mở rộng Fabric Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fabric Explorer Fabric Explorer
ID iealmcjmkenoicmjpcebflbpcendnjnm
URL Chính Thức https://chrome.google.com/webstore/detail/fabric-explorer/iealmcjmkenoicmjpcebflbpcendnjnm
Mô tả This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…
Kích Thước Tệp 55.37 KB
Số Lần Cài Đặt 454
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2016-11-10
Ngày Phát Hành 2016-11-10
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển sector43 Software
Loại Thanh Toán free
Trang Web Mở Rộng http://www.sector43.com/fabric-explorer/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}