Github Menu Back

Go to my personal page by one click, dont like the new design,so I decided to change it for my beloving GitHub

What is Github Menu Back?

Github Menu Back is a Chrome extension developed by Charlie Jade, and its main feature is "Go to my personal page by one click, dont like the new design,so I decided to change it for my beloving GitHub".

Extension Screenshots

screenshot

Download Github Menu Back Extension CRX File

Download Github Menu Back 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

                        Go to my personal page by one click, don't like the new design, so painful without it, so I decided to change it for my beloving GitHub.                    

Extension Basic Information

Name Github Menu Back Github Menu Back
ID mcobennfgmfddjmiikfamhhhiibcjbik
Official URL https://chromewebstore.google.com/detail/github-menu-back/mcobennfgmfddjmiikfamhhhiibcjbik
Description Go to my personal page by one click, dont like the new design,so I decided to change it for my beloving GitHub
File Size 521 KB
Installation Count 44
Current Version 1.1
Last Updated 2015-06-12
Publish Date 2015-06-11
Rating 5.00/5 Total 3 Ratings
Developer Charlie Jade
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Menu Back",
    "version": "1.1",
    "author": "Charlie Jade  (http:\/\/summerblue.me)",
    "description": "Go to my personal page by one click, dont like the new design,so I decided to change it for my beloving GitHub",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}