Memrise Dark Theme
A night theme for the memrise website.
Memrise Dark Themeคืออะไร?
Memrise Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Somers และคุณลักษณะหลักของมันคือ "A night theme for the memrise website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memrise Dark Theme
ดาวน์โหลดไฟล์ส่วนขยาย Memrise Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Darker and more sleek design for Memrise website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nencddbdajhlhfcoakfofmfbmfadfeim |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/memrise-dark-theme/nencddbdajhlhfcoakfofmfbmfadfeim |
คำอธิบาย | A night theme for the memrise website. |
ขนาดไฟล์ | 12.51 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2017-07-24 |
วันที่เผยแพร่ | 2017-07-24 |
คะแนน | 2.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Somers |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memrise Dark Theme", "version": "1.4", "description": "A night theme for the memrise website.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.memrise.com\/*" ] } ], "browser_action": { "default_icon": "icon_1.png" } } |