Basis Lab

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

Apa itu Basis Lab?

Basis Lab adalah ekstensi Chrome yang dikembangkan oleh munxch, dan fitur utamanya adalah "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Basis Lab

Unduh file ekstensi Basis Lab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Basis Lab Basis Lab
ID hagiocfgbfnfofaipgekhfoakdlhjdid
URL Resmi https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid
Deskripsi Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
Ukuran File 45.03 KB
Jumlah Instalasi 987
Versi Saat Ini 0.40
Terakhir Diperbarui 2023-12-27
Tanggal Publikasi 2023-04-26
Penilaian 4.33/5 Total 3 Penilaian
Pengembang munxch
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://basislab.io
URL Halaman Kebijakan Privasi https://www.basislab.io/privacy
Bahasa yang Didukung 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"
    ]
}