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是由tomorrowkey開發的Chrome擴展程式,該擴展的主要功能是“You will be able to make a shortcode of the plugins for Wordpress of embedding Gist.”。
下載Make a Gist shortcode for Wordpress擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |