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 |
Eメール | [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" ] } |