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.

Vad är Github Pages Extension?

Github Pages Extension är en Chrome-tillägg utvecklad av jan.monschke, och dess huvudfunktion är "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".

Tilläggsskärmbilder

screenshot

Ladda ner Github Pages Extension-förlängningens CRX-fil

Ladda ner Github Pages Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Github Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
Officiell webbadress https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
Beskrivning Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Filstorlek 65.59 KB
Antal Installationer 28
Aktuell Version 1.0.1
Senast Uppdaterad 2013-01-18
Publiceringsdatum 2013-01-17
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare jan.monschke
Betalningssätt free
Stödda Språk 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"
    }
}