Basis Lab

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

Qu'est-ce que Basis Lab ?

Basis Lab est une extension Chrome développée par munxch, et sa fonction principale est "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Basis Lab

Téléchargez les fichiers d'extension Basis Lab 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

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

Informations de Base sur l'Extension

Nom Basis Lab Basis Lab
ID hagiocfgbfnfofaipgekhfoakdlhjdid
URL Officiel https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid
Description Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
Taille du Fichier 45.03 KB
Nombre d'Installations 987
Version Actuelle 0.40
Dernière Mise à Jour 2023-12-27
Date de Publication 2023-04-26
Évaluation 4.33/5 Total 3 Évaluations
Développeur munxch
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://basislab.io
URL de la Page de Politique de Confidentialité https://www.basislab.io/privacy
Langues Prises en Charge 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"
    ]
}