Bubble.io Extension

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

What is Bubble.io Extension?

Bubble.io Extension is a Chrome extension developed by danieldesbesel, and its main feature is "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.".

Extension Screenshots

screenshot

Download Bubble.io Extension Extension CRX File

Download Bubble.io Extension 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

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

Extension Basic Information

Name Bubble.io Extension Bubble.io Extension
ID nblpfcmodldjcjjnlbbjbckgdckoanlm
Official URL https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm
Description This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
File Size 3.62 KB
Installation Count 243
Current Version 1.1
Last Updated 2023-02-25
Publish Date 2023-02-25
Developer danieldesbesel
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}