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.

Wat is Bubble.io: Editor Dark Mode?

Bubble.io: Editor Dark Mode is een Chrome-extensie ontwikkeld door danbernal.cl, en de belangrijkste functie is "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bubble.io: Editor Dark Mode

Download Bubble.io: Editor Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Install this extension to enable dark mode in the bubble.io editor                    

Basisinformatie over de Extensie

Naam Bubble.io: Editor Dark Mode Bubble.io: Editor Dark Mode
ID infkadcekhdmdjeiapipcbanolpmlpln
Officiële URL https://chromewebstore.google.com/detail/bubbleio-editor-dark-mode/infkadcekhdmdjeiapipcbanolpmlpln
Beschrijving Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.
Bestandsgrootte 12.53 KB
Aantal Installaties 440
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-06-17
Publicatiedatum 2021-06-17
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar danbernal.cl
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.danbernal.cl
URL van de Privacybeleid Pagina https://danbernal.cl/private-policy
Ondersteunde Talen 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"
    }
}