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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pilcher.c และคุณลักษณะหลักของมันคือ "Generate pull request titles in Visual Studio Online. Updates the PR title to "[source branch name] into [destination branch name]""

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Studio PR Title Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}