Wordpress.org Support Enhancement Kit

Enhances the Wordpress.org support forum with new features and styles.

Cos'è Wordpress.org Support Enhancement Kit?

Wordpress.org Support Enhancement Kit è un'estensione di Chrome sviluppata da CJ Vogt, e la sua funzione principale è "Enhances the Wordpress.org support forum with new features and styles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wordpress.org Support Enhancement Kit

Scarica i file di estensione Wordpress.org Support Enhancement Kit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Wordpress.org Support Enhancement Kit Wordpress.org Support Enhancement Kit
ID mlodkondjlhhbhcokbpgiafemehdcbel
URL Ufficiale https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel
Descrizione Enhances the Wordpress.org support forum with new features and styles.
Dimensione del File 1.71 MB
Conteggio Installazioni 153
Versione Corrente 0.7.0
Ultimo Aggiornamento 2015-05-18
Data di Pubblicazione 2015-05-18
Sviluppatore CJ Vogt
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/chrisvogt/wordpress-support-enhancement-kit
Lingue Supportate 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\/*"
    ]
}