Wordpress.org Support Enhancement Kit

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

什麼是Wordpress.org Support Enhancement Kit?

Wordpress.org Support Enhancement Kit是由CJ Vogt開發的Chrome擴展程式,該擴展的主要功能是“Enhances the Wordpress.org support forum with new features and styles.”。

擴展截圖

screenshot

下載Wordpress.org Support Enhancement Kit擴展crx文件

下載Wordpress.org Support Enhancement Kit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Wordpress.org Support Enhancement Kit Wordpress.org Support Enhancement Kit
ID mlodkondjlhhbhcokbpgiafemehdcbel
官方網址 https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel
簡介 Enhances the Wordpress.org support forum with new features and styles.
檔案大小 1.71 MB
安裝次數 153
目前版本 0.7.0
更新時間 2015-05-18
上架時間 2015-05-18
開發者 CJ Vogt
付費類型 free
擴展官網 https://github.com/chrisvogt/wordpress-support-enhancement-kit
支援的語言 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\/*"
    ]
}