Dark Mode Global

Invert light-themed web pages into dark to reduce eyestrain

Dark Mode Global란 무엇입니까?

Dark Mode Global은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invert light-themed web pages into dark to reduce eyestrain"입니다.

확장 프로그램 스크린샷

screenshot

Dark Mode Global 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension blackens white-themed webpages automatically using CSS rules. The idea is to reduce eyestrain while reading documents hence the toolbar button is like a switch to turn dark theme on and off. The user can add one or several pages to the blacklist to prevent automatic conversion when the extension is enabled.

This extension supports custom styling for the dark mode to fix possible glitches while automatically converting a page.

In comparison to the other dark mode extensions, this one has a built-in method to apply the dark theme only to web pages that use a light background color. So if for instance, you visit a web page that has a default black theme, then the extension will not apply the dark theme at all!                    

확장 프로그램 기본 정보

이름 Dark Mode Global Dark Mode Global
ID ngfbfmhhkpknjodmiklpkipnlmolabee
공식 URL https://chromewebstore.google.com/detail/dark-mode-global/ngfbfmhhkpknjodmiklpkipnlmolabee
설명 Invert light-themed web pages into dark to reduce eyestrain
파일 크기 27.19 KB
설치 횟수 1,089
현재 버전 0.1.0
최근 업데이트 2018-02-07
출시 날짜 2018-02-07
평점 4.20/5 총 15 개의 평점
개발자 joue.quroi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://add0n.com/dark-mode-global.html
도움말 페이지 URL http://add0n.com/dark-mode-global.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Dark Mode Global",
    "description": "Invert light-themed web pages into dark to reduce eyestrain",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webNavigation",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "homepage_url": "http:\/\/add0n.com\/dark-mode-global.html",
    "browser_action": {
        "icons": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png",
            "128": "data\/icons\/128.png",
            "256": "data\/icons\/256.png"
        }
    },
    "background": {
        "scripts": [
            "webext.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}