Show All GitHub Issues

Show both Issues and Pull Requests in the Issues tab by default. As it previously did.

Qu'est-ce que Show All GitHub Issues ?

Show All GitHub Issues est une extension Chrome développée par Sindre Sorhus, et sa fonction principale est "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show All GitHub Issues

Téléchargez les fichiers d'extension Show All GitHub Issues au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        See the website for more info.                    

Informations de Base sur l'Extension

Nom Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
URL Officiel https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
Description Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Taille du Fichier 5.91 KB
Nombre d'Installations 92
Version Actuelle 1.0.3
Dernière Mise à Jour 2020-11-20
Date de Publication 2020-03-07
Développeur Sindre Sorhus
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sindresorhus/show-all-github-issues
URL de la Page d'Aide https://github.com/sindresorhus/show-all-github-issues/issues
URL de la Page de Politique de Confidentialité https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show All GitHub Issues",
    "version": "1.0.3",
    "description": "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/show-all-github-issues",
    "manifest_version": 2,
    "minimum_chrome_version": "80",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/*\/*\/issues"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}