Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
什么是Filter Azure DevOps Pull Requests?
Filter Azure DevOps Pull Requests是由http://shockwaveinteractive.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Come on Microsoft, really, this isn't a thing?”。
扩展截图
下载Filter Azure DevOps Pull Requests扩展crx文件
下载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" ] } |