Make a Gist shortcode for Wordpress
You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Hvad er Make a Gist shortcode for Wordpress?
Make a Gist shortcode for Wordpress er en Chrome-udvidelse udviklet af tomorrowkey, og dens hovedfunktion er "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".
Download Make a Gist shortcode for Wordpress-udvidelses-CRX-fil
Download Make a Gist shortcode for Wordpress-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | icleionmfaopbknneajlmjhccoeainae |
| Officiel URL | https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae |
| Beskrivelse | You will be able to make a shortcode of the plugins for Wordpress of embedding Gist. |
| Filstørrelse | 66.75 KB |
| Antal Installationer | 16 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2014-02-07 |
| Udgivelsesdato | 2014-02-07 |
| Udvikler | tomorrowkey |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |