Medium Dark Mode
A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…
Medium Dark Modeคืออะไร?
Medium Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arieg419 และคุณลักษณะหลักของมันคือ "A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medium Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย Medium Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really helpful for those who read Medium late at night :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kofkfocgjmlajkbkecljhbalihcpliih |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/medium-dark-mode/kofkfocgjmlajkbkecljhbalihcpliih |
คำอธิบาย | A chrome extension which enables a Dark Theme for Medium. This helps with the computer screen glare and is easy on the eyes. Really… |
ขนาดไฟล์ | 11.46 KB |
จำนวนการติดตั้ง | 384 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-03-12 |
วันที่เผยแพร่ | 2018-03-12 |
คะแนน | 2.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | arieg419 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Arieg419/MediumDarkMode |
URL หน้าช่วยเหลือ | https://github.com/Arieg419/MediumDarkMode |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Medium Dark", "name": "Medium Dark Mode", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/logo-medium16.png", "48": "icons\/logo-medium16.png", "128": "icons\/logo-medium128.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/www.medium.com\/*", "https:\/\/medium.com\/*", "https:\/\/hackernoon.com\/*" ], "manifest_version": 2, "browser_action": { "default_title": "Medium Dark" }, "version": "1.1" } |