Basis Lab
Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
Basis Lab là gì?
Basis Lab là một tiện ích mở rộng Chrome được phát triển bởi munxch, và tính năng chính của nó là "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Basis Lab
Tải xuống các tệp mở rộng Basis Lab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Build professional looking Bubble applications at 10x the speed. Choose from 100s of prebuilt UI elements and components.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Basis Lab |
ID | hagiocfgbfnfofaipgekhfoakdlhjdid |
URL Chính Thức | https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid |
Mô tả | Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates. |
Kích Thước Tệp | 45.03 KB |
Số Lần Cài Đặt | 987 |
Phiên Bản Hiện Tại | 0.40 |
Cập Nhật Lần Cuối | 2023-12-27 |
Ngày Phát Hành | 2023-04-26 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | munxch |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://basislab.io |
URL Trang Chính Sách Bảo Mật | https://www.basislab.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |