Night Owl

An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.

Night Owl là gì?

Night Owl là một tiện ích mở rộng Chrome được phát triển bởi https://www.techy.how, và tính năng chính của nó là "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.".

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

screenshot
screenshot
screenshot

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

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

                        Discover Night Owl, the sleek and user-friendly Dark Mode browser extension for Chrome that transforms your browsing experience. With our easy-to-use Night Owl extension, effortlessly switch your browser to Dark Mode, instantly darkening the background color of websites and inverting the text color to white, providing a comfortable and visually appealing online experience.

The Night Owl extension focuses on simplicity and effectiveness, offering you a seamless way to toggle between Dark Mode and regular browsing. By using Night Owl, you can reduce eye strain, enhance visual comfort, and create a more enjoyable browsing experience, especially during late-night sessions.

As we continue to develop Night Owl, you can look forward to even more advanced features in future updates, such as Auto-Dark Mode, Eye Protection, Dimming, and Contrast Adjustment, taking your browsing experience to new heights.

Install the Night Owl extension today and enjoy the benefits of Dark Mode for your browsing sessions. Say goodbye to eye strain and hello to a better browsing experience!                    

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

Tên Night Owl Night Owl
ID lmlogodkincncmpdgoedcocnpkcbpkno
URL Chính Thức https://chromewebstore.google.com/detail/night-owl/lmlogodkincncmpdgoedcocnpkcbpkno
Mô tả An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2023-04-06
Nhà Phát Triển https://www.techy.how
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.techy.how/
URL Trang Trợ Giúp https://www.techy.how/tools
URL Trang Chính Sách Bảo Mật https://www.techy.how/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Night Owl",
    "version": "1.1",
    "description": "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}