openBuild
Build better Bubble apps with openBuild. The first app builder for Bubble.io.
openBuild क्या है?
openBuild https://tinkso.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build better Bubble apps with openBuild. The first app builder for Bubble.io."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में openBuild एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |