Make a Gist shortcode for Wordpress
You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Co je Make a Gist shortcode for Wordpress?
Make a Gist shortcode for Wordpress je rozšíření Chrome vyvinuté tomorrowkey, a jeho hlavní funkcí je „You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.“.
Stáhnout soubor CRX rozšíření Make a Gist shortcode for Wordpress
Stáhněte si soubory rozšíření Make a Gist shortcode for Wordpress ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ![]() |
ID | icleionmfaopbknneajlmjhccoeainae |
Oficiální URL | https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae |
Popis | You will be able to make a shortcode of the plugins for Wordpress of embedding Gist. |
Velikost souboru | 66.75 KB |
Počet instalací | 16 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2014-02-07 |
Datum Vydání | 2014-02-07 |
Vývojář | tomorrowkey |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |