Bubble.io Extension

This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.

Qu'est-ce que Bubble.io Extension ?

Bubble.io Extension est une extension Chrome développée par danieldesbesel, et sa fonction principale est "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bubble.io Extension

Téléchargez les fichiers d'extension Bubble.io Extension 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

                        This extension improves some visual aspects of the Bubble.io editor
Mainly the element tree.                    

Informations de Base sur l'Extension

Nom Bubble.io Extension Bubble.io Extension
ID nblpfcmodldjcjjnlbbjbckgdckoanlm
URL Officiel https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm
Description This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
Taille du Fichier 3.62 KB
Nombre d'Installations 243
Version Actuelle 1.1
Dernière Mise à Jour 2023-02-25
Date de Publication 2023-02-25
Développeur danieldesbesel
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bubble.io Extension",
    "version": "1.1",
    "description": "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/bubble.io\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bubble.io\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}