Wordpress.org Support Enhancement Kit
Enhances the Wordpress.org support forum with new features and styles.
What is Wordpress.org Support Enhancement Kit?
Wordpress.org Support Enhancement Kit is a Chrome extension developed by CJ Vogt, and its main feature is "Enhances the Wordpress.org support forum with new features and styles.".
Extension Screenshots
Download Wordpress.org Support Enhancement Kit Extension CRX File
Download Wordpress.org Support Enhancement Kit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Wordpress.org Support Enhancement Kit |
ID | mlodkondjlhhbhcokbpgiafemehdcbel |
Official URL | https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel |
Description | Enhances the Wordpress.org support forum with new features and styles. |
File Size | 1.71 MB |
Installation Count | 153 |
Current Version | 0.7.0 |
Last Updated | 2015-05-18 |
Publish Date | 2015-05-18 |
Developer | CJ Vogt |
Payment Type | free |
Extension Website | https://github.com/chrisvogt/wordpress-support-enhancement-kit |
Supported Languages | 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\/*" ] } |