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?”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Filter Azure DevOps Pull Requests Filter Azure DevOps Pull Requests
ID fdfkfaaeahombcacimhcekklliagmoao
官方網址 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"
    ]
}