Basis Lab
Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
什么是Basis Lab?
Basis Lab是由munxch开发的Chrome扩展程序,该扩展的主要功能是“Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.”。
扩展截图
下载Basis Lab扩展crx文件
下载Basis Lab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Build professional looking Bubble applications at 10x the speed. Choose from 100s of prebuilt UI elements and components. 扩展基本信息
| 名称 | |
| ID | hagiocfgbfnfofaipgekhfoakdlhjdid |
| 官方URL | https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid |
| 简介 | Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates. |
| 文件大小 | 45.03 KB |
| 安装次数 | 987 |
| 当前版本 | 0.40 |
| 更新时间 | 2023-12-27 |
| 上架时间 | 2023-04-26 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | munxch |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://basislab.io |
| 隐私政策页面URL | https://www.basislab.io/privacy |
| 支持的语言 | 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"
]
} | |