Make a Gist shortcode for Wordpress
You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
O que é Make a Gist shortcode for Wordpress?
Make a Gist shortcode for Wordpress é uma extensão do Chrome desenvolvida por tomorrowkey, e sua principal característica é "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".
Baixar o arquivo CRX da Extensão Make a Gist shortcode for Wordpress
Baixe arquivos de extensão Make a Gist shortcode for Wordpress no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ![]() |
ID | icleionmfaopbknneajlmjhccoeainae |
URL Oficial | https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae |
Descrição | You will be able to make a shortcode of the plugins for Wordpress of embedding Gist. |
Tamanho do Arquivo | 66.75 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.0.0 |
Última Atualização | 2014-02-07 |
Data de Publicação | 2014-02-07 |
Desenvolvedor | tomorrowkey |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |