Basis Lab
Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
What is Basis Lab?
Basis Lab is a Chrome extension developed by munxch, and its main feature is "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.".
Extension Screenshots
Download Basis Lab Extension CRX File
Download Basis Lab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Build professional looking Bubble applications at 10x the speed. Choose from 100s of prebuilt UI elements and components.
Extension Basic Information
Name | |
ID | hagiocfgbfnfofaipgekhfoakdlhjdid |
Official URL | https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid |
Description | Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates. |
File Size | 45.03 KB |
Installation Count | 987 |
Current Version | 0.40 |
Last Updated | 2023-12-27 |
Publish Date | 2023-04-26 |
Rating | 4.33/5 Total 3 Ratings |
Developer | munxch |
[email protected] | |
Payment Type | in_app |
Extension Website | https://basislab.io |
Privacy Policy Page URL | https://www.basislab.io/privacy |
Supported Languages | 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" ] } |