Github BFF: Better Fork Finder

Alerts you when there is a more active fork of the Github repo you are viewing

Co je Github BFF: Better Fork Finder?

Github BFF: Better Fork Finder je rozšíření Chrome vyvinuté Sridatta Thatipamala, a jeho hlavní funkcí je „Alerts you when there is a more active fork of the Github repo you are viewing“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Github BFF: Better Fork Finder

Stáhněte si soubory rozšíření Github BFF: Better Fork Finder 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í

                                            

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

Název Github BFF: Better Fork Finder Github BFF: Better Fork Finder
ID mohkigeiagechfjbifdedgiicfhalipo
Oficiální URL https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo
Popis Alerts you when there is a more active fork of the Github repo you are viewing
Velikost souboru 36.44 KB
Počet instalací 43
Aktuální Verze 1.0
Poslední Aktualizace 2012-09-27
Datum Vydání 2012-09-26
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář Sridatta Thatipamala
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github BFF: Better Fork Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Alerts you when there is a more active fork of the Github repo you are viewing",
    "permissions": [
        "https:\/\/github.com\/",
        "https:\/\/api.github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ]
}