Deezign
Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor.
Deezign là gì?
Deezign là một tiện ích mở rộng Chrome được phát triển bởi https://deezign.io, và tính năng chính của nó là "Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor.".
Ả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 Deezign
Tải xuống các tệp mở rộng Deezign 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Deezign |
ID | mbofgadpoeclogccaclfpdpnclommnmi |
URL Chính Thức | https://chromewebstore.google.com/detail/deezign/mbofgadpoeclogccaclfpdpnclommnmi |
Mô tả | Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor. |
Kích Thước Tệp | 8.38 KB |
Số Lần Cài Đặt | 365 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2024-01-11 |
Ngày Phát Hành | 2023-12-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://deezign.io |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://deezign.io/ |
URL Trang Trợ Giúp | https://deezign.io/contact |
URL Trang Chính Sách Bảo Mật | https://deezign.io/extension-privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |