Wordpress.org Support Enhancement Kit
Enhances the Wordpress.org support forum with new features and styles.
什么是Wordpress.org Support Enhancement Kit?
Wordpress.org Support Enhancement Kit是由CJ Vogt开发的Chrome扩展程序,该扩展的主要功能是“Enhances the Wordpress.org support forum with new features and styles.”。
扩展截图
下载Wordpress.org Support Enhancement Kit扩展crx文件
下载Wordpress.org Support Enhancement Kit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Wordpress.org Support Enhancement Kit |
ID | mlodkondjlhhbhcokbpgiafemehdcbel |
官方URL | https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel |
简介 | Enhances the Wordpress.org support forum with new features and styles. |
文件大小 | 1.71 MB |
安装次数 | 153 |
当前版本 | 0.7.0 |
更新时间 | 2015-05-18 |
上架时间 | 2015-05-18 |
开发者 | CJ Vogt |
付费类型 | free |
扩展官网 | https://github.com/chrisvogt/wordpress-support-enhancement-kit |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordpress.org Support Enhancement Kit", "version": "0.7.0", "manifest_version": 2, "description": "Enhances the Wordpress.org support forum with new features and styles.", "homepage_url": "https:\/\/github.com\/chrisvogt\/wordpress-support-enhancement-kit", "icons": { "16": "icons\/wsek16.png", "48": "icons\/wsek48.png", "128": "icons\/wsek128.png" }, "default_locale": "en", "permissions": [ "https:\/\/wordpress.org\/support\/*" ], "content_scripts": [ { "matches": [ "https:\/\/wordpress.org\/support\/topic\/*" ], "css": [ "src\/inject\/inject.css", "js\/tinymce\/skins\/lightgray\/skin.min.css", "js\/tinymce\/skins\/lightgray\/content.min.css" ] }, { "matches": [ "https:\/\/wordpress.org\/support\/topic\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/tinymce\/jquery.tinymce.min.js", "js\/tinymce\/tinymce.min.js", "js\/tinymce\/themes\/modern\/theme.min.js", "js\/tinymce\/plugins\/code\/plugin.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "js\/tinymce\/*" ] } |