Dark Google

Dear Client, Welcome to Dark Google! No this is not the dark web, even better than that! It is Google Dark Theme! We got bored of…

Dark Googleคืออะไร?

Dark Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย erik และคุณลักษณะหลักของมันคือ "Dear Client, Welcome to Dark Google! No this is not the dark web, even better than that! It is Google Dark Theme! We got bored of…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Google

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

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

                        Dear Client,
Welcome to Dark Google!

No this is not the dark web, even better than that! It is Google Dark Theme! 
We got bored of Old Light Themed Google. And so did you! 

Research shows that white light on pixels takes up more energy to produce than black pixels, which makes this extension more Eco-Friendly, and more battery saving.

Dark Google also has also implemented more colors onto it, which makes google look more visually appealing to the eye. Dark Google is also stable for other chrome extensions which interfere with google, such as Britannica Insights.

This Extension, although it is aimed for making google dark themed, it has some special code written for other websites as well. Dark Google has a little header section on each site, giving you permission to edit some code of the site and some in built features to edit the site without code!

This product is constantly being updated, to be compatible with more websites, but unfortunately, the extension is not 100% stable for google yet.                    

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

ชื่อ Dark Google Dark Google
ID famjoclfbocjjgckakacggidokajpfdh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dark-google/famjoclfbocjjgckakacggidokajpfdh
คำอธิบาย Dear Client, Welcome to Dark Google! No this is not the dark web, even better than that! It is Google Dark Theme! We got bored of…
ขนาดไฟล์ 633 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2019-03-30
วันที่เผยแพร่ 2019-03-25
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา erik
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://erikswebsites.com/EStyles/FAQ.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Google",
    "author": "ESource 2.0",
    "version": "1.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}