Deezign
Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor.
Deezignคืออะไร?
Deezign เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deezign.io และคุณลักษณะหลักของมันคือ "Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deezign
ดาวน์โหลดไฟล์ส่วนขยาย Deezign ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Convert your Figma designs into responsive, pixel-perfect Bubble.io elements with just a few clicks. Start by selecting a design in Figma using the Deezign Figma plugin. The extension then prepares this design for Bubble.io, enabling you to access and paste it directly into your Bubble.io projects. We built Deezign with the focus of efficiency and ease of use, streamlining the design-to-bubble development workflow. It ensures a secure process, respecting the privacy and integrity of your data. Ideal for web developers and designers looking to enhance their productivity, Deezign cuts down on the time and effort typically required to transform designs into functional elements. Install Deezign today to experience a more efficient way to bridge Figma and Bubble.io in your web development projects. Set up your account at deezign.io Notice: Deezign is not affiliated with Bubble.io or Figma.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Deezign |
ID | mbofgadpoeclogccaclfpdpnclommnmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/deezign/mbofgadpoeclogccaclfpdpnclommnmi |
คำอธิบาย | Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor. |
ขนาดไฟล์ | 8.38 KB |
จำนวนการติดตั้ง | 365 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2024-01-11 |
วันที่เผยแพร่ | 2023-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://deezign.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://deezign.io/ |
URL หน้าช่วยเหลือ | https://deezign.io/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://deezign.io/extension-privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Deezign", "version": "1.0.2", "description": "Instantly convert your Figma\u2122 designs into Bubble\u2122 elements. Then, paste the elements from the extension into your Bubble\u2122 editor.", "permissions": [ "activeTab", "scripting", "storage", "declarativeContent" ], "host_permissions": [ "*:\/\/*.bubble.com\/*", "*:\/\/*.bubble.io\/*", "*:\/\/*.bubble.is\/*" ], "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "" }, "content_scripts": [ { "matches": [ "*:\/\/*.bubble.com\/*", "*:\/\/*.bubble.io\/*", "*:\/\/*.bubble.is\/*" ], "js": [ "content.js" ] } ] } |