openBuild
Build better Bubble apps with openBuild. The first app builder for Bubble.io.
¿Qué es openBuild?
openBuild es una extensión de Chrome desarrollada por https://tinkso.fr, y su función principal es "Build better Bubble apps with openBuild. The first app builder for Bubble.io.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión openBuild
Descarga archivos de extensión openBuild en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Create beautiful Bubble apps faster with the biggest Bubble component library and dedicated tools. 1. Install the extension 2. Open a Bubble editor (or reload if already open). 3. In the editor window, click on the black openBuild tile in the top right corner. 4. Follow the instructions in the newly opened openBuild panel to create your account and connect your app. 5. Start building with the openBuild library and tools!
Información Básica de la Extensión
Nombre | openBuild |
ID | ijlbcddmmnoflehfflcbnpknihmeejpm |
URL Oficial | https://chromewebstore.google.com/detail/openbuild/ijlbcddmmnoflehfflcbnpknihmeejpm |
Descripción | Build better Bubble apps with openBuild. The first app builder for Bubble.io. |
Tamaño del Archivo | 132 KB |
Cantidad de Instalaciones | 3,581 |
Versión Actual | 1.1.3 |
Última Actualización | 2022-07-20 |
Fecha de Publicación | 2022-07-03 |
Calificación | 4.00/5 Total de 10 Calificaciones |
Desarrollador | https://tinkso.fr |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.openbuild.io |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "openBuild", "version": "1.1.3", "description": "Build better Bubble apps with openBuild. The first app builder for Bubble.io.", "homepage_url": "https:\/\/openbuild.io", "icons": { "16": "img\/icon-16x16.png", "32": "img\/icon-32x32.png", "48": "img\/icon-48x48.png", "96": "img\/icon-96x96.png", "128": "img\/icon-128x128.png" }, "permissions": [ "https:\/\/bubble.io\/*" ], "content_scripts": [ { "js": [ "assets\/browser-polyfill.js", "assets\/content-6558e2b2.js" ], "matches": [ "https:\/\/bubble.io\/*" ], "css": [ "css\/open.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/tile.png", "img\/icon-16x16.png", "js\/content.js" ] } |