Circuit Dark Mode
Dark Mode for Circuit. Extension not official
Circuit Dark Modeคืออะไร?
Circuit Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabio Leme และคุณลักษณะหลักของมันคือ "Dark Mode for Circuit. Extension not official"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Circuit Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย Circuit Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a wonder dark theme feature when installed on Chrome Browser. You will receive updates whenever new changes are updated. UPDATES: 27/05/2020 *New styles areas updated
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Circuit Dark Mode |
ID | dnbienmilkidinchjfnhllcflpjhiddi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi |
คำอธิบาย | Dark Mode for Circuit. Extension not official |
ขนาดไฟล์ | 42.99 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-05-28 |
วันที่เผยแพร่ | 2020-05-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Fabio Leme |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Circuit Dark Mode", "description": "Dark Mode for Circuit. Extension not official", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/eu.yourcircuit.com\/*" ], "js": [ "js\/script.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |