Wordpress.org Support Enhancement Kit

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

Co to jest Wordpress.org Support Enhancement Kit?

Wordpress.org Support Enhancement Kit to rozszerzenie Chrome opracowane przez CJ Vogt, a jego główną funkcją jest „Enhances the Wordpress.org support forum with new features and styles.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wordpress.org Support Enhancement Kit

Pobierz pliki rozszerzeń Wordpress.org Support Enhancement Kit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Wordpress.org Support Enhancement Kit Wordpress.org Support Enhancement Kit
ID mlodkondjlhhbhcokbpgiafemehdcbel
Oficjalny URL https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel
Opis Enhances the Wordpress.org support forum with new features and styles.
Rozmiar pliku 1.71 MB
Liczba instalacji 153
Aktualna Wersja 0.7.0
Ostatnia Aktualizacja 2015-05-18
Data Publikacji 2015-05-18
Deweloper CJ Vogt
Typ Płatności free
Strona Rozszerzenia https://github.com/chrisvogt/wordpress-support-enhancement-kit
Obsługiwane Języki 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\/*"
    ]
}