Make a Gist shortcode for Wordpress

You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.

What is Make a Gist shortcode for Wordpress?

Make a Gist shortcode for Wordpress is a Chrome extension developed by tomorrowkey, and its main feature is "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".

Download Make a Gist shortcode for Wordpress Extension CRX File

Download Make a Gist shortcode for Wordpress 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

                        You will be able to make a shortcode of plugins for Wordpress of embedding Gist.  
The plugins for wordpress of embedding Gist is like this.
http://wordpress.org/plugins/embed-github-gist/

Source code is here
https://github.com/tomorrowkey/make-gist-shortcode                    

Extension Basic Information

Name Make a Gist shortcode for Wordpress Make a Gist shortcode for Wordpress
ID icleionmfaopbknneajlmjhccoeainae
Official URL https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae
Description You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
File Size 66.75 KB
Installation Count 16
Current Version 1.0.0
Last Updated 2014-02-07
Publish Date 2014-02-07
Developer tomorrowkey
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Gist shortcode for Wordpress",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.",
    "homepage_url": "https:\/\/github.com\/tomorrowkey\/make-gist-shortcode",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/gist.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gist.github.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}