Glow Theme for Google™

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

Glow Theme for Google™คืออะไร?

Glow Theme for Google™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.codehemu.com และคุณลักษณะหลักของมันคือ "A highly customizable glow theme for Google products (search, images, translate, and contacts)"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glow Theme for Google™

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

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

                        "Glow Theme for Google™" extension brings a customizable glow 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 glow theme
2. You can append your custom CSS rules to the default glow theme from the options page
3. You can ask the extension to automatically follow the system color scheme (turn glow theme on when the preferred color scheme is glow and turn it off when not) (this feature uses the JavaScript's matchMedia method to install a listener for prefers-color-scheme).

Some of the Supported hostnames
1. Google Search (www.Google.com)
2. Google Images (images.Google.com)
3. SSL Google Search (encrypted.Google.com)

The extension also supports localized Google domains like www.Google.co.in for the IN version of Google Search.

Please make sure you don't have the Stylish extension with styles installed that might conflict with this add-on.

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

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

ชื่อ Glow Theme for Google™ Glow Theme for Google™
ID pldpeghlbbofobcihhilfacbpfccnlle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/glow-theme-for-google/pldpeghlbbofobcihhilfacbpfccnlle
คำอธิบาย A highly customizable glow theme for Google products (search, images, translate, and contacts)
ขนาดไฟล์ 60.84 KB
จำนวนการติดตั้ง 172
เวอร์ชันปัจจุบัน 1.0.1.2
อัปเดตครั้งล่าสุด 2022-07-14
วันที่เผยแพร่ 2022-07-13
ผู้พัฒนา https://www.codehemu.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.codehemu.com/p/form.html
URL หน้านโยบายความเป็นส่วนตัว https://www.codehemu.com/p/privacy-policy.html
ภาษาที่รองรับ en,en-GB,en-US,es,es-419,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/google.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/m.google.com\/*",
                "*:\/\/www.google.in\/*",
                "*:\/\/www.google.co.in\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.codehemu.com\/2022\/07\/google-search-engine-glow-for-theme.html",
    "host_permissions": [
        "*:\/\/*.bing.com\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage"
    ],
    "short_name": "google-glow",
    "version": "1.0.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "resources": [
                "data\/icons\/*"
            ]
        }
    ]
}