Dark Theme for Reddit
Simple flat dark grey theme for Reddit..
Dark Theme for Redditคืออะไร?
Dark Theme for Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emano.waldeck และคุณลักษณะหลักของมันคือ "Simple flat dark grey theme for Reddit.."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Theme for Reddit
ดาวน์โหลดไฟล์ส่วนขยาย Dark Theme for Reddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple smooth dark theme for Reddit. This theme can be toggled on and off from the toolbar button. When the extension is enabled, reddit.com is displayed in dark theme. This extension does not have any options at the moment. Just a toolbar button to get enabled or disabled.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dark Theme for Reddit |
ID | hlhoffhnpiiamppijcbelojhpnhpjdcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dark-theme-for-reddit/hlhoffhnpiiamppijcbelojhpnhpjdcg |
คำอธิบาย | Simple flat dark grey theme for Reddit.. |
ขนาดไฟล์ | 79.38 KB |
จำนวนการติดตั้ง | 2,676 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2018-06-07 |
วันที่เผยแพร่ | 2018-06-07 |
คะแนน | 4.22/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | emano.waldeck |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://add0n.com/dark-theme.html?from=reddit |
URL หน้าช่วยเหลือ | http://add0n.com/dark-theme.html?from=reddit |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.0", "name": "Dark Theme for Reddit", "description": "Simple flat dark grey theme for Reddit..", "permissions": [ "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "data\/inject.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "data\/themes\/*.css" ], "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "homepage_url": "http:\/\/add0n.com\/dark-theme.html?from=reddit", "browser_action": { "default_icon": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } } } |