500px.com Dark Theme
Dark mode for the 500px.com website.
500px.com Dark Themeคืออะไร?
500px.com Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://andrei.pt และคุณลักษณะหลักของมันคือ "Dark mode for the 500px.com website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 500px.com Dark Theme
ดาวน์โหลดไฟล์ส่วนขยาย 500px.com Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension was created to give the 500px.com website a much needed darker look. Not only it is easier on the eyes, but I also think it makes the images stand out more. There are still some things to improve, so please be patient. Thank you!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ifilflghchkjlfmnmpcncchmaafldahh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh |
คำอธิบาย | Dark mode for the 500px.com website. |
ขนาดไฟล์ | 22.87 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.5.4 |
อัปเดตครั้งล่าสุด | 2016-12-18 |
วันที่เผยแพร่ | 2016-12-18 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://andrei.pt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "500px.com Dark Theme", "short_name": "Dark 500px", "description": "Dark mode for the 500px.com website.", "version": "1.5.4", "browser_action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "assets\/html\/popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/500px.com\/*", "https:\/\/500px.com\/*", "http:\/\/www.500px.com\/*", "https:\/\/www.500px.com\/*" ], "css": [ "assets\/css\/override.css" ] } ], "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } } |