Subhub

Add an 'Open in Sublime' button to GitHub

What is Subhub?

Subhub is a Chrome extension developed by Barnaby Malet, and its main feature is "Add an 'Open in Sublime' button to GitHub".

Extension Screenshots

screenshot

Download Subhub Extension CRX File

Download Subhub 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

                        Add an 'Open in Sublime' button to GitHub.

Requires OSX, Sublime Text 3 and the accompanying Sublime plugin.

More info at: https://github.com/mechio/subhub                    

Extension Basic Information

Name Subhub Subhub
ID dndgngopahigljbjkfihmkaaaeceagbg
Official URL https://chromewebstore.google.com/detail/subhub/dndgngopahigljbjkfihmkaaaeceagbg
Description Add an 'Open in Sublime' button to GitHub
File Size 90.34 KB
Installation Count 67
Current Version 1
Last Updated 2013-09-12
Publish Date 2013-09-12
Rating 5.00/5 Total 2 Ratings
Developer Barnaby Malet
Email [email protected]
Payment Type free
Extension Website https://github.com/mechio/subhub
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subhub",
    "version": "1",
    "manifest_version": 2,
    "description": "Add an 'Open in Sublime' button to GitHub",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "scripts\/content.js"
            ]
        }
    ]
}