UiPath XAML support in GitHub
Adds support for viewing XAML files in GitHub
Wat is UiPath XAML support in GitHub?
UiPath XAML support in GitHub is een Chrome-extensie ontwikkeld door bogdan.ripa, en de belangrijkste functie is "Adds support for viewing XAML files in GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie UiPath XAML support in GitHub
Download UiPath XAML support in GitHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | inkldjmlelpljoelgjdkmdlkdlddefja |
| Officiële URL | https://chromewebstore.google.com/detail/uipath-xaml-support-in-gi/inkldjmlelpljoelgjdkmdlkdlddefja |
| Beschrijving | Adds support for viewing XAML files in GitHub |
| Bestandsgrootte | 13.47 KB |
| Aantal Installaties | 1,583 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2023-01-17 |
| Publicatiedatum | 2022-06-25 |
| Ontwikkelaar | bogdan.ripa |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/bogdanripa/github--xaml-viewer |
| Help Pagina-URL | https://github.com/bogdanripa/github--xaml-viewer/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |