Bubble.io Extension

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

Что такое Bubble.io Extension?

Bubble.io Extension - это расширение Chrome, разработанное danieldesbesel, и его основная функция - "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bubble.io Extension

Скачайте файлы расширений Bubble.io Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Bubble.io Extension Bubble.io Extension
ID nblpfcmodldjcjjnlbbjbckgdckoanlm
Официальный URL https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm
Описание This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
Размер файла 3.62 KB
Количество установок 243
Текущая Версия 1.1
Последнее Обновление 2023-02-25
Дата публикации 2023-02-25
Разработчик danieldesbesel
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}