UiPath XAML support in GitHub

Adds support for viewing XAML files in GitHub

UiPath XAML support in GitHub là gì?

UiPath XAML support in GitHub là một tiện ích mở rộng Chrome được phát triển bởi bogdan.ripa, và tính năng chính của nó là "Adds support for viewing XAML files in GitHub".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UiPath XAML support in GitHub

Tải xuống các tệp mở rộng UiPath XAML support in GitHub 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

                        When visiting github.com and browsing to a xaml file (built with UiPath Studio), you will get a nice visualization instead of the plain xaml code view.                    

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

Tên UiPath XAML support in GitHub UiPath XAML support in GitHub
ID inkldjmlelpljoelgjdkmdlkdlddefja
URL Chính Thức https://chromewebstore.google.com/detail/uipath-xaml-support-in-gi/inkldjmlelpljoelgjdkmdlkdlddefja
Mô tả Adds support for viewing XAML files in GitHub
Kích Thước Tệp 13.47 KB
Số Lần Cài Đặt 1,583
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2022-06-25
Nhà Phát Triển bogdan.ripa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bogdanripa/github--xaml-viewer
URL Trang Trợ Giúp https://github.com/bogdanripa/github--xaml-viewer/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UiPath XAML support in GitHub",
    "version": "1.1.2",
    "description": "Adds support for viewing XAML files in GitHub",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "myStyles.css"
            ],
            "js": [
                "xmlFunctions.js",
                "uia.js",
                "system.js",
                "office.js",
                "stateMachines.js",
                "contentScript.js"
            ]
        }
    ]
}