Bubble.io: Editor Dark Mode
Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.
Bubble.io: Editor Dark Modeคืออะไร?
Bubble.io: Editor Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danbernal.cl และคุณลักษณะหลักของมันคือ "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bubble.io: Editor Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย Bubble.io: Editor Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install this extension to enable dark mode in the bubble.io editor
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bubble.io: Editor Dark Mode |
ID | infkadcekhdmdjeiapipcbanolpmlpln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bubbleio-editor-dark-mode/infkadcekhdmdjeiapipcbanolpmlpln |
คำอธิบาย | Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle. |
ขนาดไฟล์ | 12.53 KB |
จำนวนการติดตั้ง | 440 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-06-17 |
วันที่เผยแพร่ | 2021-06-17 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | danbernal.cl |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.danbernal.cl |
URL หน้านโยบายความเป็นส่วนตัว | https://danbernal.cl/private-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bubble.io: Editor Dark Mode", "description": "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/*.bubble.io\/*" ], "css": [ "estilo.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/darkMode128.png" }, "icons": { "16": "images\/darkMode16.png", "32": "images\/darkMode32.png", "48": "images\/darkMode48.png", "128": "images\/darkMode128.png" } } |