Basis Lab

Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.

Wat is Basis Lab?

Basis Lab is een Chrome-extensie ontwikkeld door munxch, en de belangrijkste functie is "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Basis Lab

Download Basis Lab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Build professional looking Bubble applications at 10x the speed. Choose from 100s of prebuilt UI elements and components.                    

Basisinformatie over de Extensie

Naam Basis Lab Basis Lab
ID hagiocfgbfnfofaipgekhfoakdlhjdid
Officiële URL https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid
Beschrijving Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
Bestandsgrootte 45.03 KB
Aantal Installaties 987
Huidige Versie 0.40
Laatst Bijgewerkt 2023-12-27
Publicatiedatum 2023-04-26
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar munxch
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://basislab.io
URL van de Privacybeleid Pagina https://www.basislab.io/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Basis Lab",
    "description": "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.",
    "version": "0.40",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}