Dark Theme for Google™

A highly customizable dark theme for Google products (search, images, translate, and contacts)

Dark Theme for Google™란 무엇입니까?

Dark Theme for Google™은(는) MeryDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A highly customizable dark theme for Google products (search, images, translate, and contacts)"입니다.

확장 프로그램 스크린샷

screenshot

Dark Theme for Google™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Dark Theme for Google" extension brings a customizable dark theme to some of the Google services such as Google Search and Google Images. The extension supports all localized Google domains.

Using this extension you can customize many colors including background and link colors on the options page of the extension if you don't like the default configuration. 

Features:
1. You can define a period for the extension to automatically activate the dark theme
2. You can append your custom CSS rules to the default dark theme from the options page
3. You can ask the extension to automatically follow the system color scheme (turn dark theme on when the preferred color scheme is dark and turn it off when not) (this feature uses the JavaScript's matchMedia method to install a listener for prefers-color-scheme).
4. Supports "Calendar" and "Messages" services (as of version 0.5.0)

--
This extension is an independent open-source project and is not related to Google Inc in anyways.                    

확장 프로그램 기본 정보

이름 Dark Theme for Google™ Dark Theme for Google™
ID apiabgjfojnkcepfmbdechlhfocpeenc
공식 URL https://chromewebstore.google.com/detail/dark-theme-for-google/apiabgjfojnkcepfmbdechlhfocpeenc
설명 A highly customizable dark theme for Google products (search, images, translate, and contacts)
파일 크기 156 KB
설치 횟수 76,678
현재 버전 0.6.3
최근 업데이트 2023-03-02
출시 날짜 2020-07-05
평점 4.03/5 총 318 개의 평점
개발자 MeryDev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/dark-theme.html?from=google
도움말 페이지 URL https://webextension.org/listing/dark-theme.html?from=google
개인정보 보호 정책 페이지 URL https://add0n.com/policies/mery.dev.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.6.3",
    "name": "Dark Theme for Google\u2122",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms",
        "idle"
    ],
    "host_permissions": [
        "*:\/\/www.gstatic.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/",
                "*:\/\/www.google.*\/*",
                "*:\/\/scholar.google.*\/*",
                "*:\/\/images.google.*\/*",
                "*:\/\/news.google.*\/*",
                "*:\/\/encrypted.google.*\/*",
                "*:\/\/accounts.google.*\/*",
                "*:\/\/myaccount.google.*\/*",
                "*:\/\/translate.google.*\/*",
                "*:\/\/photos.google.*\/*",
                "*:\/\/support.google.com\/*",
                "*:\/\/messages.google.com\/*",
                "*:\/\/calendar.google.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/www.google.*\/recaptcha\/*",
                "*:\/\/www.google.*\/maps*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "css": [
                "data\/styles\/common.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/?*",
                "*:\/\/www.google.*\/",
                "*:\/\/www.google.*\/search?*",
                "*:\/\/www.google.*\/webhp?*"
            ],
            "css": [
                "data\/styles\/search.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/translate.google.*\/*"
            ],
            "css": [
                "data\/styles\/translate.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/scholar.google.*\/*"
            ],
            "css": [
                "data\/styles\/scholar.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/calendar.google.*\/*"
            ],
            "css": [
                "data\/styles\/calendar.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/messages.google.*\/*"
            ],
            "css": [
                "data\/styles\/messages.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/doodles"
            ],
            "css": [
                "data\/styles\/doodles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/widget\/app\/*",
                "*:\/\/*.google.*\/u\/*\/widget\/app*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "css": [
                "data\/styles\/common.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "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",
        "512": "data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/dark-theme.html?from=google",
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    },
    "action": [],
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}