UiPath XAML support in GitHub
Adds support for viewing XAML files in GitHub
Was ist UiPath XAML support in GitHub?
UiPath XAML support in GitHub ist eine Chrome-Erweiterung, die von bogdan.ripa entwickelt wurde, und ihr Hauptmerkmal ist "Adds support for viewing XAML files in GitHub".
Erweiterungsscreenshots
UiPath XAML support in GitHub-Erweiterungs-CRX-Datei herunterladen
Laden Sie UiPath XAML support in GitHub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | inkldjmlelpljoelgjdkmdlkdlddefja |
| Offizielle URL | https://chromewebstore.google.com/detail/uipath-xaml-support-in-gi/inkldjmlelpljoelgjdkmdlkdlddefja |
| Beschreibung | Adds support for viewing XAML files in GitHub |
| Dateigröße | 13.47 KB |
| Installationsanzahl | 1,583 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2023-01-17 |
| Veröffentlichungsdatum | 2022-06-25 |
| Entwickler | bogdan.ripa |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/bogdanripa/github--xaml-viewer |
| Hilfeseite URL | https://github.com/bogdanripa/github--xaml-viewer/issues |
| Unterstützte Sprachen | 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"
]
}
]
} | |