Basis Lab
Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
Basis Labคืออะไร?
Basis Lab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย munxch และคุณลักษณะหลักของมันคือ "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Basis Lab
ดาวน์โหลดไฟล์ส่วนขยาย Basis Lab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Build professional looking Bubble applications at 10x the speed. Choose from 100s of prebuilt UI elements and components.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Basis Lab |
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" ] } |