DuNight - Night Mode for Baidu
Beautifully designed night mode / dark theme for Baidu.
DuNight - Night Mode for Baiduคืออะไร?
DuNight - Night Mode for Baidu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maorx.cn และคุณลักษณะหลักของมันคือ "Beautifully designed night mode / dark theme for Baidu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DuNight - Night Mode for Baidu
ดาวน์โหลดไฟล์ส่วนขยาย DuNight - Night Mode for Baidu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension improves the UI of the Baidu search results pages, and offers you a beautifully designed night mode / dark theme for Baidu.
Different from most other night mode / dark theme extensions, this extension is specially developed for Baidu search results pages, being carefully designed to achieve the best visual experience that other similar extensions cannot compare.
/// IMPORTANT /// After installing this extension:
1. Please disable other similar extensions to avoid any compatibility issues.
2. Make sure the dark mode / night theme of YOUR OPERATION SYSTEM & YOUR BROWSER is turned ON.
3. Open a Baidu search results page (the page's url MUST begins with https://www.baidu.com/s?, for example, https://www.baidu.com/s?word=test). Other pages of Baidu (including its home page, www.baidu.com) will NOT see the effect.
4. You will see that the Baidu search results page now has a dark appearance. If nothing changes, please recheck the step 1 to 3, and refresh the Baidu search results page.
The night mode / dark theme of Baidu search results pages which is added by this extension will be turned on / off automatically synchronized with the dark theme settings of YOUR BROWSER (subsequent versions will support more detailed customization).
Required permissions:
- storage: used to save your customized settings for this extension, such as whether to turn the main function on / off.
- tabs: when you submit bug feedback through the popup page of this extension, it is used to judge whether the current tab is a Baidu search results page, so that you can copy the URL of the page in which bug exists with one click.
- This extension does not store or upload any of your personal information.
Contact me:
Weibo @Mobius_Beta
bilibili @是毛布斯呀 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | phakgikefkamhimnnbjkejjhgdbimacd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dunight-night-mode-for-ba/phakgikefkamhimnnbjkejjhgdbimacd |
| คำอธิบาย | Beautifully designed night mode / dark theme for Baidu. |
| ขนาดไฟล์ | 119 KB |
| จำนวนการติดตั้ง | 1,409 |
| เวอร์ชันปัจจุบัน | 1.1.5 |
| อัปเดตครั้งล่าสุด | 2024-01-20 |
| วันที่เผยแพร่ | 2022-05-06 |
| คะแนน | 4.97/5 รวมทั้งหมด 32 คะแนน |
| ผู้พัฒนา | https://maorx.cn |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://dunight.cn |
| ภาษาที่รองรับ | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.1.5",
"icons": {
"512": "images\/dunight-icon-512.png",
"256": "images\/dunight-icon-256.png",
"128": "images\/dunight-icon-128.png",
"64": "images\/dunight-icon-64.png"
},
"default_locale": "zh_CN",
"minimum_chrome_version": "88",
"action": {
"default_icon": {
"512": "images\/dunight-icon-512.png",
"256": "images\/dunight-icon-256.png",
"128": "images\/dunight-icon-128.png",
"64": "images\/dunight-icon-64.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.baidu.com\/",
"https:\/\/www.baidu.com\/?*",
"https:\/\/www.baidu.com\/s?*"
],
"js": [
"scripts\/dunight.js"
],
"css": [
"styles\/dunight.css"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"tabs"
],
"homepage_url": "https:\/\/dunight.cn"
} | |