Wordpress.org Support Enhancement Kit
Enhances the Wordpress.org support forum with new features and styles.
Wat is Wordpress.org Support Enhancement Kit?
Wordpress.org Support Enhancement Kit is een Chrome-extensie ontwikkeld door CJ Vogt, en de belangrijkste functie is "Enhances the Wordpress.org support forum with new features and styles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wordpress.org Support Enhancement Kit
Download Wordpress.org Support Enhancement Kit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Wordpress.org Support Enhancement Kit |
ID | mlodkondjlhhbhcokbpgiafemehdcbel |
Officiële URL | https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel |
Beschrijving | Enhances the Wordpress.org support forum with new features and styles. |
Bestandsgrootte | 1.71 MB |
Aantal Installaties | 153 |
Huidige Versie | 0.7.0 |
Laatst Bijgewerkt | 2015-05-18 |
Publicatiedatum | 2015-05-18 |
Ontwikkelaar | CJ Vogt |
Betalingswijze | free |
Extensiewebsite | https://github.com/chrisvogt/wordpress-support-enhancement-kit |
Ondersteunde Talen | 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\/*" ] } |