openBuild
Build better Bubble apps with openBuild. The first app builder for Bubble.io.
什么是openBuild?
openBuild是由https://tinkso.fr开发的Chrome扩展程序,该扩展的主要功能是“Build better Bubble apps with openBuild. The first app builder for Bubble.io.”。
扩展截图
下载openBuild扩展crx文件
下载openBuild扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | openBuild |
ID | ijlbcddmmnoflehfflcbnpknihmeejpm |
官方URL | https://chromewebstore.google.com/detail/openbuild/ijlbcddmmnoflehfflcbnpknihmeejpm |
简介 | Build better Bubble apps with openBuild. The first app builder for Bubble.io. |
文件大小 | 132 KB |
安装次数 | 3,581 |
当前版本 | 1.1.3 |
更新时间 | 2022-07-20 |
上架时间 | 2022-07-03 |
评分 | 4.00/5 共10次评分 |
开发者 | https://tinkso.fr |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.openbuild.io |
支持的语言 | 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" ] } |