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란 무엇입니까?
Bubble.io Editor Lite은(는) Grupo Ide Comunicação에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Bubble.io Editor Lite extension provides quick control over essential parameters for Bubble.io developers, allowing them to…"입니다.
확장 프로그램 스크린샷
Bubble.io Editor Lite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Bubble.io Editor Lite |
ID | geemaoojpmjdihbfgghnfobfhgdjfeda |
공식 URL | https://chromewebstore.google.com/detail/bubbleio-editor-lite/geemaoojpmjdihbfgghnfobfhgdjfeda |
설명 | The Bubble.io Editor Lite extension provides quick control over essential parameters for Bubble.io developers, allowing them to… |
파일 크기 | 31.73 KB |
설치 횟수 | 231 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-06-08 |
출시 날짜 | 2023-06-07 |
개발자 | Grupo Ide Comunicação |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } } |