Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
Co to jest Filter Azure DevOps Pull Requests?
Filter Azure DevOps Pull Requests to rozszerzenie Chrome opracowane przez http://shockwaveinteractive.co.uk, a jego główną funkcją jest „Come on Microsoft, really, this isn't a thing?”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Filter Azure DevOps Pull Requests
Pobierz pliki rozszerzeń Filter Azure DevOps Pull Requests w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fdfkfaaeahombcacimhcekklliagmoao |
| Oficjalny URL | https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao |
| Opis | Come on Microsoft, really, this isn't a thing? |
| Rozmiar pliku | 18.08 KB |
| Liczba instalacji | 118 |
| Aktualna Wersja | 1.1.2 |
| Ostatnia Aktualizacja | 2019-03-01 |
| Data Publikacji | 2019-03-01 |
| Deweloper | http://shockwaveinteractive.co.uk |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.shockwaveinteractive.co.uk/privacy-policy |
| Obsługiwane Języki | 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"
]
} | |