Dark Theme for Wikipedia page
Makes the background dark and changes the leading color
Dark Theme for Wikipedia pageคืออะไร?
Dark Theme for Wikipedia page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vanilla และคุณลักษณะหลักของมันคือ "Makes the background dark and changes the leading color"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Theme for Wikipedia page
ดาวน์โหลดไฟล์ส่วนขยาย Dark Theme for Wikipedia page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The best dark Wikipedia extension! It's a simple, yet necessary change for Wikipedia, if you intend to work long hours on it. Compatible with most Wikipedia languages. This extension is still in development, if you find, that your language is not supported leave a comment with given language and I will try to adres the problem as soon as possible. All mathematical formulas are supported. The leading color now can be changed through an extension popup to whichever suits you the best. If you find using this extension useful, please consider leaving some stars.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dark Theme for Wikipedia page |
ID | babjkhfehkamlhehehgjinknhimnofln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dark-theme-for-wikipedia/babjkhfehkamlhehehgjinknhimnofln |
คำอธิบาย | Makes the background dark and changes the leading color |
ขนาดไฟล์ | 20.56 KB |
จำนวนการติดตั้ง | 186 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-05-24 |
วันที่เผยแพร่ | 2022-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Vanilla |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dark Theme for Wikipedia page", "description": "Makes the background dark and changes the leading color", "version": "1.1", "icons": { "16": "\/images\/logo-16.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/*" ], "css": [ "main.css" ], "run_at": "document_start", "js": [ "main.js" ] } ], "permissions": [ "storage" ], "background": { "service_worker": "\/background.js" }, "action": { "default_action": "\/images\/logo-16.png", "default_popup": "main.html", "default_title": "Popup" } } |