Make a Gist shortcode for Wordpress
You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Was ist Make a Gist shortcode for Wordpress?
Make a Gist shortcode for Wordpress ist eine Chrome-Erweiterung, die von tomorrowkey entwickelt wurde, und ihr Hauptmerkmal ist "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".
Make a Gist shortcode for Wordpress-Erweiterungs-CRX-Datei herunterladen
Laden Sie Make a Gist shortcode for Wordpress-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | icleionmfaopbknneajlmjhccoeainae |
| Offizielle URL | https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae |
| Beschreibung | You will be able to make a shortcode of the plugins for Wordpress of embedding Gist. |
| Dateigröße | 66.75 KB |
| Installationsanzahl | 16 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2014-02-07 |
| Veröffentlichungsdatum | 2014-02-07 |
| Entwickler | tomorrowkey |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |