Bubble.io Extension

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

Bubble.io Extension là gì?

Bubble.io Extension là một tiện ích mở rộng Chrome được phát triển bởi danieldesbesel, và tính năng chính của nó là "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bubble.io Extension

Tải xuống các tệp mở rộng Bubble.io Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bubble.io Extension Bubble.io Extension
ID nblpfcmodldjcjjnlbbjbckgdckoanlm
URL Chính Thức https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm
Mô tả This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
Kích Thước Tệp 3.62 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-02-25
Ngày Phát Hành 2023-02-25
Nhà Phát Triển danieldesbesel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}