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 là gì?
Visual Studio PR Title Generator là một tiện ích mở rộng Chrome được phát triển bởi pilcher.c, và tính năng chính của nó là "Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]"".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Visual Studio PR Title Generator
Tải xuống các tệp mở rộng Visual Studio PR Title Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Visual Studio PR Title Generator |
ID | lbkfohchcccpbmgckjbcgcnlmohdieej |
URL Chính Thức | https://chromewebstore.google.com/detail/visual-studio-pr-title-ge/lbkfohchcccpbmgckjbcgcnlmohdieej |
Mô tả | Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]" |
Kích Thước Tệp | 54.03 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.0.0.8 |
Cập Nhật Lần Cuối | 2022-09-14 |
Ngày Phát Hành | 2020-04-20 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | pilcher.c |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |