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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |