Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
ما هو Filter Azure DevOps Pull Requests؟
Filter Azure DevOps Pull Requests هو إضافة Chrome تم تطويرها بواسطة http://shockwaveinteractive.co.uk، والميزة الرئيسية لها هي "Come on Microsoft, really, this isn't a thing?".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Filter Azure DevOps Pull Requests
قم بتنزيل ملفات الامتداد Filter Azure DevOps Pull Requests بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Such a simple feature, allows you to filter the pull requests in VSTS by the branch they are being merged into and/of the title of the PR.
Click the icon in the top right to set the filter. معلومات أساسية عن التمديد
| الاسم | |
| ID | fdfkfaaeahombcacimhcekklliagmoao |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao |
| الوصف | Come on Microsoft, really, this isn't a thing? |
| حجم الملف | 18.08 KB |
| عدد التثبيتات | 118 |
| النسخة الحالية | 1.1.2 |
| آخر تحديث | 2019-03-01 |
| تاريخ النشر | 2019-03-01 |
| المطور | http://shockwaveinteractive.co.uk |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://www.shockwaveinteractive.co.uk/privacy-policy |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Filter Azure DevOps Pull Requests",
"version": "1.1.2",
"description": "Come on Microsoft, really, this isn't a thing?",
"options_page": "options.html",
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
}
},
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content.js"
],
"css": [
"styles.css"
],
"matches": [
"https:\/\/*.visualstudio.com\/*"
]
}
],
"permissions": [
"storage",
"declarativeContent",
"activeTab"
]
} | |