Dark mode for your browser

Dark Mode can set all sites in your browser to dark mode or pleasant darkening modes

Dark mode for your browser란 무엇입니까?

Dark mode for your browser은(는) jorbibomer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode can set all sites in your browser to dark mode or pleasant darkening modes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dark mode for your browser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Using the Dark mode, you can easily make the colors in the browser warmer, adjust the transparency and select the desired color from the palette. To do this, just click on the application icon in the drop-down window and turn on the Dark mode.

You can also turn on dark mode. In this mode, the extension recalculates the colors of the entire site, changing the colors of the background, font and other elements to darker ones. To turn off the mode for a specific site, you first need to open the desired site and select turn off the dark mode for this site in the context menu.

When you turn on the two modes Night Shift and Dark Mode at once, you can achieve interesting solutions to the color scheme of the final result. The application is convenient to use for reading books and surfing the Internet. Choose the modes you need for your lighting.                    

확장 프로그램 기본 정보

이름 Dark mode for your browser Dark mode for your browser
ID popkohipheagkijpjmllkbnifaokliim
공식 URL https://chromewebstore.google.com/detail/dark-mode-for-your-browse/popkohipheagkijpjmllkbnifaokliim
설명 Dark Mode can set all sites in your browser to dark mode or pleasant darkening modes
파일 크기 123 KB
설치 횟수 73,243
현재 버전 0.0.19
최근 업데이트 2023-02-14
출시 날짜 2021-06-22
평점 4.16/5 총 151 개의 평점
개발자 jorbibomer
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1H4xf2i66ebCsXAda3Lr6LI72awil9U2nB3XAjiWBpmc
지원되는 언어 de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "dark.js",
                "shift.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "version": "0.0.19"
}