Bubble.io Editor Lite
The Bubble.io Editor Lite extension provides quick control over essential parameters for Bubble.io developers, allowing them to…
Bubble.io Editor Lite là gì?
Bubble.io Editor Lite là một tiện ích mở rộng Chrome được phát triển bởi Grupo Ide Comunicação, và tính năng chính của nó là "The Bubble.io Editor Lite extension provides quick control over essential parameters for Bubble.io developers, allowing them to…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bubble.io Editor Lite
Tải xuống các tệp mở rộng Bubble.io Editor Lite 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
The Bubble.io Editor Lite extension provides quick control over essential parameters for Bubble.io developers, allowing them to enhance their workflow. With this extension, you can easily modify the following parameters: 1. defer_hidden_elements: This parameter controls the loading behavior of hidden elements in the editor. When checked, only visible elements will be loaded, improving performance during development. 2. issues_off: By enabling this parameter, the editor will disable error searching. It prevents the editor from scanning for errors, which can save time and resources during the development process. The extension offers checkboxes to toggle these parameters. Simply check or uncheck the checkboxes to enable or disable the corresponding parameter. Note: Please be cautious when using the "issues_off" parameter. Make sure to disable it before deploying your application to avoid deploying it with potential errors. By providing these convenient controls, the Bubble.io Editor Lite extension empowers Bubble.io developers to optimize their development experience and streamline their workflow.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bubble.io Editor Lite |
ID | geemaoojpmjdihbfgghnfobfhgdjfeda |
URL Chính Thức | https://chromewebstore.google.com/detail/bubbleio-editor-lite/geemaoojpmjdihbfgghnfobfhgdjfeda |
Mô tả | The Bubble.io Editor Lite extension provides quick control over essential parameters for Bubble.io developers, allowing them to… |
Kích Thước Tệp | 31.73 KB |
Số Lần Cài Đặt | 231 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-06-08 |
Ngày Phát Hành | 2023-06-07 |
Nhà Phát Triển | Grupo Ide Comunicação |
[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", "manifest_version": 3, "name": "Bubble.io Editor Lite", "version": "1.0", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |