Make a Gist shortcode for Wordpress

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

Co to jest Make a Gist shortcode for Wordpress?

Make a Gist shortcode for Wordpress to rozszerzenie Chrome opracowane przez tomorrowkey, a jego główną funkcją jest „You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.”.

Pobierz plik CRX rozszerzenia Make a Gist shortcode for Wordpress

Pobierz pliki rozszerzeń Make a Gist shortcode for Wordpress w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Make a Gist shortcode for Wordpress Make a Gist shortcode for Wordpress
ID icleionmfaopbknneajlmjhccoeainae
Oficjalny URL https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae
Opis You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Rozmiar pliku 66.75 KB
Liczba instalacji 16
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2014-02-07
Data Publikacji 2014-02-07
Deweloper tomorrowkey
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}