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 |
官方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" ] } ] } |