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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.danbernal.cl |
عنوان صفحة سياسة الخصوصية | 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" } } |