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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
}
]
} | |