GitHub Pages

Add a link to the GitHub-Page of a GitHub repository

Co to jest GitHub Pages?

GitHub Pages to rozszerzenie Chrome opracowane przez Marco Rieger, a jego główną funkcją jest „Add a link to the GitHub-Page of a GitHub repository”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GitHub Pages

Pobierz pliki rozszerzeń GitHub Pages 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 GitHub Pages
ID opeajkladelglljdblcjgkiclppcbkae
Oficjalny URL https://chromewebstore.google.com/detail/github-pages/opeajkladelglljdblcjgkiclppcbkae
Opis Add a link to the GitHub-Page of a GitHub repository
Rozmiar pliku 7.93 KB
Liczba instalacji 145
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2015-11-13
Data Publikacji 2015-11-13
Deweloper Marco Rieger
Typ Płatności free
Strona Rozszerzenia https://github.com/ins0/chrome-gh-pages
Adres URL Strony Pomocy https://github.com/ins0/chrome-gh-pages/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Pages",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Add a link to the GitHub-Page of a GitHub repository",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-gh-pages",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/gh-pages.js"
            ]
        }
    ]
}