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
公式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
Eメール [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"
            ]
        }
    ]
}