Overhaul

Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look

Overhaulคืออะไร?

Overhaul เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blueyedgeek และคุณลักษณะหลักของมันคือ "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
คำอธิบาย Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
ขนาดไฟล์ 278 KB
จำนวนการติดตั้ง 164
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2018-08-12
วันที่เผยแพร่ 2018-08-12
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Blueyedgeek
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overhaul",
    "version": "0.0.2",
    "description": "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nairaland.com\/*"
            ],
            "js": [
                ".\/bundle.js"
            ],
            "css": [
                ".\/init.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/temp-logo.png",
        "32": ".\/temp-logo.png",
        "64": ".\/temp-logo.png",
        "128": ".\/temp-logo.png"
    }
}