Make a Gist shortcode for Wordpress
You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Qu'est-ce que Make a Gist shortcode for Wordpress ?
Make a Gist shortcode for Wordpress est une extension Chrome développée par tomorrowkey, et sa fonction principale est "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".
Télécharger le fichier CRX de l'extension Make a Gist shortcode for Wordpress
Téléchargez les fichiers d'extension Make a Gist shortcode for Wordpress au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | icleionmfaopbknneajlmjhccoeainae |
URL Officiel | https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae |
Description | You will be able to make a shortcode of the plugins for Wordpress of embedding Gist. |
Taille du Fichier | 66.75 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-02-07 |
Date de Publication | 2014-02-07 |
Développeur | tomorrowkey |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |