Visual Studio PR Title Generator
Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"
Visual Studio PR Title Generatorとは何ですか?
Visual Studio PR Title Generatorはpilcher.cによって開発されたChromeの拡張機能で、その主な機能は「Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"」です。
拡張機能のスクリーンショット
Visual Studio PR Title Generator拡張機能のCRXファイルをダウンロード
Visual Studio PR Title Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Updates the Visual Studio Online pull request title to "[source branch name] into [destination branch name]" at the click of a button. This will keep your Visual Studio Online pull request titles consistent and let reviewers easily see the source and destination branch before opening the pull request.
拡張機能の基本情報
名前 | Visual Studio PR Title Generator |
ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
公式URL | https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej |
説明 | Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]" |
ファイルサイズ | 54.03 KB |
インストール数 | 38 |
現在のバージョン | 0.0.0.8 |
最終更新日 | 2022-09-14 |
公開日 | 2020-04-20 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | pilcher.c |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Visual Studio PR Title Generator", "short_name": "VS Title Gen", "version": "0.0.0.8", "description": "Generate pull request titles in Visual Studio Online. Updates the PR title to \"[source branch name] into [destination branch name]\"", "content_scripts": [ { "js": [ "libs\/jquery-3.4.1.min.js", "libs\/purl.js", "content.js" ], "matches": [ "https:\/\/*.visualstudio.com\/*", "https:\/\/dev.azure.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |