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 |
电子邮箱 | [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" } } |