Basis Lab
Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
Hvad er Basis Lab?
Basis Lab er en Chrome-udvidelse udviklet af munxch, og dens hovedfunktion er "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.".
Udvidelsesskærmbilleder
Download Basis Lab-udvidelses-CRX-fil
Download Basis Lab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Build professional looking Bubble applications at 10x the speed. Choose from 100s of prebuilt UI elements and components. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hagiocfgbfnfofaipgekhfoakdlhjdid |
| Officiel URL | https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid |
| Beskrivelse | Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates. |
| Filstørrelse | 45.03 KB |
| Antal Installationer | 987 |
| Nuværende Version | 0.40 |
| Senest Opdateret | 2023-12-27 |
| Udgivelsesdato | 2023-04-26 |
| Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
| Udvikler | munxch |
| [email protected] | |
| Betalingsmetode | in_app |
| Udvidelseswebsted | https://basislab.io |
| URL til Fortrolighedspolitik Side | https://www.basislab.io/privacy |
| Understøttede Sprog | 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"
]
} | |