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 to jest Github Pages Extension?

Github Pages Extension to rozszerzenie Chrome opracowane przez jan.monschke, a jego główną funkcją jest „Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github Pages Extension

Pobierz pliki rozszerzeń Github Pages Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Github Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
Oficjalny URL https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
Opis Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Rozmiar pliku 65.59 KB
Liczba instalacji 28
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2013-01-18
Data Publikacji 2013-01-17
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper jan.monschke
Typ Płatności free
Obsługiwane Języki 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"
    }
}