Night Owl

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

Night Owl란 무엇입니까?

Night Owl은(는) https://www.techy.how에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Night Owl 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Night Owl Night Owl
ID lmlogodkincncmpdgoedcocnpkcbpkno
공식 URL https://chromewebstore.google.com/detail/night-owl/lmlogodkincncmpdgoedcocnpkcbpkno
설명 An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.
파일 크기 120 KB
설치 횟수 32
현재 버전 1.1
최근 업데이트 2023-04-06
출시 날짜 2023-04-06
개발자 https://www.techy.how
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.techy.how/
도움말 페이지 URL https://www.techy.how/tools
개인정보 보호 정책 페이지 URL https://www.techy.how/privacy
지원되는 언어 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"
            ]
        }
    ]
}