Nginx Plus

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

Nginx Plusคืออะไร?

Nginx Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.niteshk.com และคุณลักษณะหลักของมันคือ "Alternate CSS for nginx.org with a focus on readability."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nginx Plus

ดาวน์โหลดไฟล์ส่วนขยาย Nginx Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Feedback: @niteshk5 on Twitter                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nginx Plus Nginx Plus
ID meliiblidnfgegbdnfogeboedehkaema
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nginx-plus/meliiblidnfgegbdnfogeboedehkaema
คำอธิบาย Alternate CSS for nginx.org with a focus on readability.
ขนาดไฟล์ 41.62 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2013-11-29
วันที่เผยแพร่ 2013-11-29
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.niteshk.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}