UiPath XAML support in GitHub
Adds support for viewing XAML files in GitHub
Co to jest UiPath XAML support in GitHub?
UiPath XAML support in GitHub to rozszerzenie Chrome opracowane przez bogdan.ripa, a jego główną funkcją jest „Adds support for viewing XAML files in GitHub”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UiPath XAML support in GitHub
Pobierz pliki rozszerzeń UiPath XAML support in GitHub 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | UiPath XAML support in GitHub |
ID | inkldjmlelpljoelgjdkmdlkdlddefja |
Oficjalny URL | https://chromewebstore.google.com/detail/uipath-xaml-support-in-gi/inkldjmlelpljoelgjdkmdlkdlddefja |
Opis | Adds support for viewing XAML files in GitHub |
Rozmiar pliku | 13.47 KB |
Liczba instalacji | 1,583 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2023-01-17 |
Data Publikacji | 2022-06-25 |
Deweloper | bogdan.ripa |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/bogdanripa/github--xaml-viewer |
Adres URL Strony Pomocy | https://github.com/bogdanripa/github--xaml-viewer/issues |
Obsługiwane Języki | 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" ] } ] } |