UiPath XAML support in GitHub
Adds support for viewing XAML files in GitHub
O que é UiPath XAML support in GitHub?
UiPath XAML support in GitHub é uma extensão do Chrome desenvolvida por bogdan.ripa, e sua principal característica é "Adds support for viewing XAML files in GitHub".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UiPath XAML support in GitHub
Baixe arquivos de extensão UiPath XAML support in GitHub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | UiPath XAML support in GitHub |
ID | inkldjmlelpljoelgjdkmdlkdlddefja |
URL Oficial | https://chromewebstore.google.com/detail/uipath-xaml-support-in-gi/inkldjmlelpljoelgjdkmdlkdlddefja |
Descrição | Adds support for viewing XAML files in GitHub |
Tamanho do Arquivo | 13.47 KB |
Contagem de Instalações | 1,583 |
Versão Atual | 1.1.2 |
Última Atualização | 2023-01-17 |
Data de Publicação | 2022-06-25 |
Desenvolvedor | bogdan.ripa |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bogdanripa/github--xaml-viewer |
URL da Página de Ajuda | https://github.com/bogdanripa/github--xaml-viewer/issues |
Idiomas Suportados | 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" ] } ] } |