Github Pages Extension

Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.

Co je Github Pages Extension?

Github Pages Extension je rozšíření Chrome vyvinuté jan.monschke, a jeho hlavní funkcí je „Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Github Pages Extension

Stáhněte si soubory rozšíření Github Pages Extension 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 Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
Oficiální URL https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
Popis Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Velikost souboru 65.59 KB
Počet instalací 28
Aktuální Verze 1.0.1
Poslední Aktualizace 2013-01-18
Datum Vydání 2013-01-17
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář jan.monschke
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Pages Extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}