Nginx Plus

Alternate CSS for nginx.org with a focus on readability.

Nginx Plus là gì?

Nginx Plus là một tiện ích mở rộng Chrome được phát triển bởi https://www.niteshk.com, và tính năng chính của nó là "Alternate CSS for nginx.org with a focus on readability.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nginx Plus

Tải xuống các tệp mở rộng Nginx Plus 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

                        Feedback: @niteshk5 on Twitter                    

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

Tên Nginx Plus Nginx Plus
ID meliiblidnfgegbdnfogeboedehkaema
URL Chính Thức https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema
Mô tả Alternate CSS for nginx.org with a focus on readability.
Kích Thước Tệp 41.62 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-11-29
Ngày Phát Hành 2013-11-29
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.niteshk.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nginx Plus",
    "version": "1.0.1",
    "description": "Alternate CSS for nginx.org with a focus on readability.",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/nginx.org\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/nginx.org\/*"
    ],
    "web_accessible_resources": [
        "contentscript.js"
    ]
}