Deezign
Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor.
Deezign란 무엇입니까?
Deezign은(는) https://deezign.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor."입니다.
확장 프로그램 스크린샷
Deezign 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |