Github PRs viewer

Check your open/assigned pull requests without opening Github

Qu'est-ce que Github PRs viewer ?

Github PRs viewer est une extension Chrome développée par tomas.shrewsbury, et sa fonction principale est "Check your open/assigned pull requests without opening Github".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github PRs viewer

Téléchargez les fichiers d'extension Github PRs viewer 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

                        Permite ver PRs de Github de una manera mucho mas comoda y rapida!                    

Informations de Base sur l'Extension

Nom Github PRs viewer Github PRs viewer
ID fcggaaokidkfpkhjflegbbjpojnkhelc
URL Officiel https://chromewebstore.google.com/detail/github-prs-viewer/fcggaaokidkfpkhjflegbbjpojnkhelc
Description Check your open/assigned pull requests without opening Github
Taille du Fichier 3.48 MB
Nombre d'Installations 25
Version Actuelle 2.0.3
Dernière Mise à Jour 2020-05-18
Date de Publication 2020-05-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur tomas.shrewsbury
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://candidates.flycricket.io/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github PRs viewer",
    "short_name": "Github PRs",
    "version": "2.0.3",
    "description": "Check your open\/assigned pull requests without opening Github",
    "author": "Tomas Shrewsbury",
    "icons": {
        "64": "icons\/icon-logo.png",
        "128": "icons\/icon-logo.png"
    },
    "browser_action": {
        "default_title": "Github Buddy",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            ".\/oauth2\/oauth2.js",
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/robots.txt*"
            ],
            "js": [
                ".\/oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/github.com\/login\/oauth\/access_token",
        "idle",
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "oauth2\/oauth2.html"
    ]
}