Make a Gist shortcode for Wordpress

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

¿Qué es Make a Gist shortcode for Wordpress?

Make a Gist shortcode for Wordpress es una extensión de Chrome desarrollada por tomorrowkey, y su función principal es "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".

Descargar Archivo CRX de la Extensión Make a Gist shortcode for Wordpress

Descarga archivos de extensión Make a Gist shortcode for Wordpress en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Make a Gist shortcode for Wordpress Make a Gist shortcode for Wordpress
ID icleionmfaopbknneajlmjhccoeainae
URL Oficial https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae
Descripción You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Tamaño del Archivo 66.75 KB
Cantidad de Instalaciones 16
Versión Actual 1.0.0
Última Actualización 2014-02-07
Fecha de Publicación 2014-02-07
Desarrollador tomorrowkey
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}