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. 擴展基本資訊
| 名稱 | |
| ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |