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.

What is Github Pages Extension?

Github Pages Extension is a Chrome extension developed by jan.monschke, and its main feature is "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".

Extension Screenshots

screenshot

Download Github Pages Extension Extension CRX File

Download Github Pages Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Github Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
Official URL https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
Description Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
File Size 65.59 KB
Installation Count 28
Current Version 1.0.1
Last Updated 2013-01-18
Publish Date 2013-01-17
Rating 3.00/5 Total 2 Ratings
Developer jan.monschke
Payment Type free
Supported Languages 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"
    }
}