Network button for GitHub

Returns the Network button to GitHub sidebar

What is Network button for GitHub?

Network button for GitHub is a Chrome extension developed by David Šabata, and its main feature is "Returns the Network button to GitHub sidebar".

Extension Screenshots

screenshot

Download Network button for GitHub Extension CRX File

Download Network button for GitHub 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

                        Returns the Network button back to GitHub sidebar. 

It's not pretty, but it's simple and it works. Also it was created in like 10 minutes :-)

Follow the website link for sources.                    

Extension Basic Information

Name Network button for GitHub Network button for GitHub
ID njphhjgdjkkcphkhiggkcblgajpaladk
Official URL https://chrome.google.com/webstore/detail/network-button-for-github/njphhjgdjkkcphkhiggkcblgajpaladk
Description Returns the Network button to GitHub sidebar
File Size 33.36 KB
Installation Count 21
Current Version 1.0
Last Updated 2014-07-22
Publish Date 2014-07-22
Rating 5.00/5 Total 1 Ratings
Developer David Šabata
Payment Type free
Extension Website https://github.com/david-sabata/github-network-button
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Network button for GitHub",
    "version": "1.0",
    "description": "Returns the Network button to GitHub sidebar",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ]
        }
    ]
}