Make a Gist shortcode for Wordpress

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

Make a Gist shortcode for Wordpress क्या है?

Make a Gist shortcode for Wordpress tomorrowkey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Make a Gist shortcode for Wordpress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Make a Gist shortcode for Wordpress Make a Gist shortcode for Wordpress
ID icleionmfaopbknneajlmjhccoeainae
आधिकारिक URL https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae
विवरण You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
फ़ाइल का आकार 66.75 KB
स्थापना संख्या 16
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2014-02-07
प्रकाशन तिथि 2014-02-07
डेवलपर tomorrowkey
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}