Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
Co je Filter Azure DevOps Pull Requests?
Filter Azure DevOps Pull Requests je rozšíření Chrome vyvinuté http://shockwaveinteractive.co.uk, a jeho hlavní funkcí je „Come on Microsoft, really, this isn't a thing?“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Filter Azure DevOps Pull Requests
Stáhněte si soubory rozšíření Filter Azure DevOps Pull Requests ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fdfkfaaeahombcacimhcekklliagmoao |
Oficiální URL | https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao |
Popis | Come on Microsoft, really, this isn't a thing? |
Velikost souboru | 18.08 KB |
Počet instalací | 118 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2019-03-01 |
Datum Vydání | 2019-03-01 |
Vývojář | http://shockwaveinteractive.co.uk |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.shockwaveinteractive.co.uk/privacy-policy |
Podporované Jazyky | 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" ] } |