Make a Gist shortcode for Wordpress

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

Vad är Make a Gist shortcode for Wordpress?

Make a Gist shortcode for Wordpress är en Chrome-tillägg utvecklad av tomorrowkey, och dess huvudfunktion är "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".

Ladda ner Make a Gist shortcode for Wordpress-förlängningens CRX-fil

Ladda ner Make a Gist shortcode for Wordpress-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Make a Gist shortcode for Wordpress Make a Gist shortcode for Wordpress
ID icleionmfaopbknneajlmjhccoeainae
Officiell webbadress https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae
Beskrivning You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Filstorlek 66.75 KB
Antal Installationer 16
Aktuell Version 1.0.0
Senast Uppdaterad 2014-02-07
Publiceringsdatum 2014-02-07
Utvecklare tomorrowkey
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}