Buildshare
Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
Buildshareคืออะไร?
Buildshare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SudsyLabs และคุณลักษณะหลักของมันคือ "Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buildshare
ดาวน์โหลดไฟล์ส่วนขยาย Buildshare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Buildshare provides convenient access to a library of pre-built responsive design elements directly from the Bubble™ editor. Add fully responsive UI elements - including complete layouts and pages - to your Bubble™ app with just a click.
Additionally, access learning resources to help you master the new layout engine (new responsive engine) as well as advance your skills and knowledge so that you can better leverage the Bubble™ platform. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ilnafhnlhbodploaidanmdiimpldejpe |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe |
| คำอธิบาย | Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources. |
| ขนาดไฟล์ | 37.89 KB |
| จำนวนการติดตั้ง | 382 |
| เวอร์ชันปัจจุบัน | 0.9.15 |
| อัปเดตครั้งล่าสุด | 2022-04-08 |
| วันที่เผยแพร่ | 2022-01-18 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | SudsyLabs |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| เว็บไซต์ส่วนขยาย | https://sudsylabs.com/buildshare |
| URL หน้าช่วยเหลือ | https://sudsylabs.com/contact-us |
| URL หน้านโยบายความเป็นส่วนตัว | https://sudsylabs.com/privacy-policy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_title": "Buildshare\u2122"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.bubble.is\/*",
"https:\/\/bubble.io\/*"
],
"resources": [
"\/images\/*"
]
}
],
"permissions": [
"declarativeContent"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.bubble.is\/page*",
"https:\/\/bubble.io\/page*"
],
"css": [
"styles\/editor.css"
],
"js": [
"scripts\/lib\/jquery-3.6.0.slim.min.js",
"scripts\/editor.js"
]
}
],
"manifest_version": 3,
"version": "0.9.15",
"description": "Kickstart the design of your Bubble\u2122 app with access to pre-built responsive UI elements and learning resources.",
"background": {
"service_worker": "scripts\/bg.js"
},
"name": "Buildshare",
"icons": {
"48": "images\/buildshare-icon_48.png",
"96": "images\/buildshare-icon_96.png",
"128": "images\/buildshare-icon_128.png"
}
} | |