Wordpress.org Support Enhancement Kit

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

Wordpress.org Support Enhancement Kit là gì?

Wordpress.org Support Enhancement Kit là một tiện ích mở rộng Chrome được phát triển bởi CJ Vogt, và tính năng chính của nó là "Enhances the Wordpress.org support forum with new features and styles.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordpress.org Support Enhancement Kit

Tải xuống các tệp mở rộng Wordpress.org Support Enhancement Kit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordpress.org Support Enhancement Kit Wordpress.org Support Enhancement Kit
ID mlodkondjlhhbhcokbpgiafemehdcbel
URL Chính Thức https://chromewebstore.google.com/detail/wordpressorg-support-enha/mlodkondjlhhbhcokbpgiafemehdcbel
Mô tả Enhances the Wordpress.org support forum with new features and styles.
Kích Thước Tệp 1.71 MB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2015-05-18
Ngày Phát Hành 2015-05-18
Nhà Phát Triển CJ Vogt
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chrisvogt/wordpress-support-enhancement-kit
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}