The Old Reader Dark
Dark theme for The Old Reader.
The Old Reader Darkคืออะไร?
The Old Reader Dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย laedit และคุณลักษณะหลักของมันคือ "Dark theme for The Old Reader."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Old Reader Dark
ดาวน์โหลดไฟล์ส่วนขยาย The Old Reader Dark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A dark theme for The Old Reader.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Old Reader Dark |
ID | fpjjphhhciifpfhapopmdfppmhkepmnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-old-reader-dark/fpjjphhhciifpfhapopmdfppmhkepmnl |
คำอธิบาย | Dark theme for The Old Reader. |
ขนาดไฟล์ | 17.6 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2019-10-05 |
วันที่เผยแพร่ | 2019-10-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | laedit |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/laedit/the-old-reader-dark |
URL หน้าช่วยเหลือ | https://github.com/laedit/the-old-reader-dark/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Old Reader Dark", "short_name": "the-old-reader-dark", "version": "0.4", "description": "Dark theme for The Old Reader.", "homepage_url": "https:\/\/github.com\/laedit\/the-old-reader-dark", "permissions": [ "*:\/\/theoldreader.com\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/theoldreader.com\/*" ], "css": [ "content_scripts\/dark-theme.css" ], "js": [ "content_scripts\/inject-css.js" ] } ], "icons": { "64": "icons\/icon.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |