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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
| URL หน้านโยบายความเป็นส่วนตัว | 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"
]
} | |