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.

Qu'est-ce que Bubble.io: Editor Dark Mode ?

Bubble.io: Editor Dark Mode est une extension Chrome développée par danbernal.cl, et sa fonction principale est "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bubble.io: Editor Dark Mode

Téléchargez les fichiers d'extension Bubble.io: Editor Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bubble.io: Editor Dark Mode Bubble.io: Editor Dark Mode
ID infkadcekhdmdjeiapipcbanolpmlpln
URL Officiel 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.
Taille du Fichier 12.53 KB
Nombre d'Installations 440
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-06-17
Date de Publication 2021-06-17
Évaluation 4.00/5 Total 3 Évaluations
Développeur danbernal.cl
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.danbernal.cl
URL de la Page de Politique de Confidentialité https://danbernal.cl/private-policy
Langues Prises en Charge 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"
    }
}