UiPath XAML support in GitHub
Adds support for viewing XAML files in GitHub
UiPath XAML support in GitHubとは何ですか?
UiPath XAML support in GitHubはbogdan.ripaによって開発されたChromeの拡張機能で、その主な機能は「Adds support for viewing XAML files in GitHub」です。
拡張機能のスクリーンショット
UiPath XAML support in GitHub拡張機能のCRXファイルをダウンロード
UiPath XAML support in GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | inkldjmlelpljoelgjdkmdlkdlddefja |
| 公式URL | https://chromewebstore.google.com/detail/uipath-xaml-support-in-gi/inkldjmlelpljoelgjdkmdlkdlddefja |
| 説明 | Adds support for viewing XAML files in GitHub |
| ファイルサイズ | 13.47 KB |
| インストール数 | 1,583 |
| 現在のバージョン | 1.1.2 |
| 最終更新日 | 2023-01-17 |
| 公開日 | 2022-06-25 |
| 開発者 | bogdan.ripa |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/bogdanripa/github--xaml-viewer |
| ヘルプページのURL | https://github.com/bogdanripa/github--xaml-viewer/issues |
| 対応言語 | 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"
]
}
]
} | |