Make a Gist shortcode for Wordpress
You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.
Τι είναι το Make a Gist shortcode for Wordpress;
Το Make a Gist shortcode for Wordpress είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tomorrowkey, και η κύρια λειτουργία του είναι "You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.".
Λήψη αρχείου CRX της επέκτασης Make a Gist shortcode for Wordpress
Λήψη αρχείων επέκτασης Make a Gist shortcode for Wordpress σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | icleionmfaopbknneajlmjhccoeainae |
Επίσημο URL | https://chrome.google.com/webstore/detail/make-a-gist-shortcode-for/icleionmfaopbknneajlmjhccoeainae |
Περιγραφή | You will be able to make a shortcode of the plugins for Wordpress of embedding Gist. |
Μέγεθος Αρχείου | 66.75 KB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2014-02-07 |
Ημερομηνία Δημοσίευσης | 2014-02-07 |
Προγραμματιστής | tomorrowkey |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |