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 |
Eメール | [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" ] } |