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.

Cos'è Bubble.io: Editor Dark Mode?

Bubble.io: Editor Dark Mode è un'estensione di Chrome sviluppata da danbernal.cl, e la sua funzione principale è "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bubble.io: Editor Dark Mode

Scarica i file di estensione Bubble.io: Editor Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Bubble.io: Editor Dark Mode Bubble.io: Editor Dark Mode
ID infkadcekhdmdjeiapipcbanolpmlpln
URL Ufficiale https://chromewebstore.google.com/detail/bubbleio-editor-dark-mode/infkadcekhdmdjeiapipcbanolpmlpln
Descrizione Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.
Dimensione del File 12.53 KB
Conteggio Installazioni 440
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-17
Data di Pubblicazione 2021-06-17
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore danbernal.cl
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.danbernal.cl
URL della Pagina della Politica sulla Privacy https://danbernal.cl/private-policy
Lingue Supportate 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"
    }
}