Night Owl - Smart Dark Mode

Instantly transform websites into a comfortable, eye-friendly dark mode experience.

Night Owl - Smart Dark Modeคืออะไร?

Night Owl - Smart Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Music For Trees และคุณลักษณะหลักของมันคือ "Instantly transform websites into a comfortable, eye-friendly dark mode experience."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Night Owl - Smart Dark Mode

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

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

                        Dark mode for any website!

Many websites don't have a dark mode option, so we made Night Owl. Click the owl icon to turn on dark mode for any site, and the extension will remember your preferences. Enjoy a comfortable browsing experience with your favorite sites in dark mode!                    

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

ชื่อ Night Owl - Smart Dark Mode Night Owl - Smart Dark Mode
ID ifflcmkgdhiopibdbljombcjfeeldhnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/night-owl-smart-dark-mode/ifflcmkgdhiopibdbljombcjfeeldhnp
คำอธิบาย Instantly transform websites into a comfortable, eye-friendly dark mode experience.
ขนาดไฟล์ 6.55 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-13
วันที่เผยแพร่ 2023-04-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Music For Trees
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://policies.google.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Night Owl - Smart Dark Mode",
    "version": "1.0",
    "description": "Instantly transform websites into a comfortable, eye-friendly dark mode experience.",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}