Make a Gist shortcode for Wordpress
You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Cos'è Make a Gist shortcode for Wordpress?
Make a Gist shortcode for Wordpress è un'estensione di Chrome sviluppata da tomorrowkey, e la sua funzione principale è "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".
Scarica il file CRX dell'estensione Make a Gist shortcode for Wordpress
Scarica i file di estensione Make a Gist shortcode for Wordpress in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | icleionmfaopbknneajlmjhccoeainae |
| URL Ufficiale | https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae |
| Descrizione | You will be able to make a shortcode of the plugins for Wordpress of embedding Gist. |
| Dimensione del File | 66.75 KB |
| Conteggio Installazioni | 16 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2014-02-07 |
| Data di Pubblicazione | 2014-02-07 |
| Sviluppatore | tomorrowkey |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |