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.
What is Bubble.io: Editor Dark Mode?
Bubble.io: Editor Dark Mode is a Chrome extension developed by danbernal.cl, and its main feature is "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.".
Extension Screenshots
Download Bubble.io: Editor Dark Mode Extension CRX File
Download Bubble.io: Editor Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Install this extension to enable dark mode in the bubble.io editor
Extension Basic Information
Name | Bubble.io: Editor Dark Mode |
ID | infkadcekhdmdjeiapipcbanolpmlpln |
Official URL | https://chromewebstore.google.com/detail/bubbleio-editor-dark-mode/infkadcekhdmdjeiapipcbanolpmlpln |
Description | Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle. |
File Size | 12.53 KB |
Installation Count | 440 |
Current Version | 1.0.0 |
Last Updated | 2021-06-17 |
Publish Date | 2021-06-17 |
Rating | 4.00/5 Total 3 Ratings |
Developer | danbernal.cl |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.danbernal.cl |
Privacy Policy Page URL | https://danbernal.cl/private-policy |
Supported Languages | 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" } } |