Filter Azure DevOps Pull Requests

Come on Microsoft, really, this isn't a thing?

Wat is Filter Azure DevOps Pull Requests?

Filter Azure DevOps Pull Requests is een Chrome-extensie ontwikkeld door http://shockwaveinteractive.co.uk, en de belangrijkste functie is "Come on Microsoft, really, this isn't a thing?".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Filter Azure DevOps Pull Requests

Download Filter Azure DevOps Pull Requests-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Filter Azure DevOps Pull Requests Filter Azure DevOps Pull Requests
ID fdfkfaaeahombcacimhcekklliagmoao
Officiële URL https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao
Beschrijving Come on Microsoft, really, this isn't a thing?
Bestandsgrootte 18.08 KB
Aantal Installaties 118
Huidige Versie 1.1.2
Laatst Bijgewerkt 2019-03-01
Publicatiedatum 2019-03-01
Ontwikkelaar http://shockwaveinteractive.co.uk
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.shockwaveinteractive.co.uk/privacy-policy
Ondersteunde Talen 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"
    ]
}