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.

Cos'è Github Pages Extension?

Github Pages Extension è un'estensione di Chrome sviluppata da jan.monschke, e la sua funzione principale è "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github Pages Extension

Scarica i file di estensione Github Pages Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Github Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
URL Ufficiale https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
Descrizione Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Dimensione del File 65.59 KB
Conteggio Installazioni 28
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-01-18
Data di Pubblicazione 2013-01-17
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore jan.monschke
Tipo di Pagamento free
Lingue Supportate 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"
    }
}