Wordpress.org Support Enhancement Kit
Enhances the Wordpress.org support forum with new features and styles.
Was ist Wordpress.org Support Enhancement Kit?
Wordpress.org Support Enhancement Kit ist eine Chrome-Erweiterung, die von CJ Vogt entwickelt wurde, und ihr Hauptmerkmal ist "Enhances the Wordpress.org support forum with new features and styles.".
Erweiterungsscreenshots
Wordpress.org Support Enhancement Kit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wordpress.org Support Enhancement Kit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Wordpress.org Support Enhancement Kit |
ID | mlodkondjlhhbhcokbpgiafemehdcbel |
Offizielle URL | https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel |
Beschreibung | Enhances the Wordpress.org support forum with new features and styles. |
Dateigröße | 1.71 MB |
Installationsanzahl | 153 |
Aktuelle Version | 0.7.0 |
Letztes Update | 2015-05-18 |
Veröffentlichungsdatum | 2015-05-18 |
Entwickler | CJ Vogt |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/chrisvogt/wordpress-support-enhancement-kit |
Unterstützte Sprachen | 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\/*" ] } |