Pull Requests Counter

This extension shows the number of Pull Requests assigned to you.

Co je Pull Requests Counter?

Pull Requests Counter je rozšíření Chrome vyvinuté Alessandro Rodi, a jeho hlavní funkcí je „This extension shows the number of Pull Requests assigned to you.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pull Requests Counter

Stáhněte si soubory rozšíření Pull Requests Counter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extensions allow you to see the number of Open Pull Requests assigned to you on GitHub.
Don't loose a PullRequest anymore! Make other people happy not forgetting their Pull Requests.
This extension counts also the number of reviews requested from you.                    

Základní Informace o Rozšíření

Název Pull Requests Counter Pull Requests Counter
ID nabnimigmblhomjpopdohkaelngdammf
Oficiální URL https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf
Popis This extension shows the number of Pull Requests assigned to you.
Velikost souboru 9.16 KB
Počet instalací 93
Aktuální Verze 1.3.1
Poslední Aktualizace 2017-09-15
Datum Vydání 2017-09-15
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář Alessandro Rodi
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/renuo/pull-requests-counter
URL Stránky Nápovědy https://github.com/renuo/pull-requests-counter/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Renuo GmbH",
    "name": "Pull Requests Counter",
    "description": "This extension shows the number of Pull Requests assigned to you.",
    "version": "1.3.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.github.com\/",
        "alarms",
        "storage",
        "tabs"
    ]
}