openBuild

Build better Bubble apps with openBuild. The first app builder for Bubble.io.

Qu'est-ce que openBuild ?

openBuild est une extension Chrome développée par https://tinkso.fr, et sa fonction principale est "Build better Bubble apps with openBuild. The first app builder for Bubble.io.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension openBuild

Téléchargez les fichiers d'extension openBuild au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom openBuild openBuild
ID ijlbcddmmnoflehfflcbnpknihmeejpm
URL Officiel https://chromewebstore.google.com/detail/openbuild/ijlbcddmmnoflehfflcbnpknihmeejpm
Description Build better Bubble apps with openBuild. The first app builder for Bubble.io.
Taille du Fichier 132 KB
Nombre d'Installations 3,581
Version Actuelle 1.1.3
Dernière Mise à Jour 2022-07-20
Date de Publication 2022-07-03
Évaluation 4.00/5 Total 10 Évaluations
Développeur https://tinkso.fr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.openbuild.io
Langues Prises en Charge 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"
    ]
}