Bubble.io Extension

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

什麼是Bubble.io Extension?

Bubble.io Extension是由danieldesbesel開發的Chrome擴展程式,該擴展的主要功能是“This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.”。

擴展截圖

screenshot

下載Bubble.io Extension擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}