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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}