Dark Mode for Google™ With Customization

Make Google™ dark and customize the colors to your liking using the settings

Dark Mode for Google™ With Customizationคืออะไร?

Dark Mode for Google™ With Customization เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kind Seach และคุณลักษณะหลักของมันคือ "Make Google™ dark and customize the colors to your liking using the settings"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode for Google™ With Customization

ดาวน์โหลดไฟล์ส่วนขยาย Dark Mode for Google™ With Customization ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This simple Chrome extension helps you switch Google Search and other Google™ websites to dark mode. It's very easy to enable it by clicking a button located in the extensions section of your browser - make your search a little different and unique.

Theme has a number of settings in which you can set colors for fonts, links and background.

The extension has a scheduled enable function for the automatic night mode and can be applied to the following websites:

- Images
- Photos
- Translate
- Books
- News
- Places
- Recipes
- Shopping
- Video
- Scholar

Additionally, there is an option to add custom CSS rules for a truly personalized experience.

By default, the extension installs dark google background, but using flexible theme settings, you can set any colors for any Google sites you want.

This is not an official product of Google. This extension is not related in any way to Google Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark Mode for Google™ With Customization Dark Mode for Google™ With Customization
ID apilamcmachbheijojlagfcbnofbabcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-for-google-with/apilamcmachbheijojlagfcbnofbabcj
คำอธิบาย Make Google™ dark and customize the colors to your liking using the settings
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 4,442
เวอร์ชันปัจจุบัน 2.0.6
อัปเดตครั้งล่าสุด 2021-06-16
วันที่เผยแพร่ 2021-04-01
คะแนน 4.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Kind Seach
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://service-pages.info/extensions/privacy_policy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.6",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms",
        "idle",
        "*:\/\/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.*\/*"
            ],
            "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.com\/",
                "*:\/\/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": [
                "*:\/\/*.google.*\/widget\/app\/*",
                "*:\/\/*.google.com\/u\/*\/widget\/app*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "css": [
                "data\/styles\/common.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.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"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    },
    "browser_action": []
}