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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Deezign扩展crx文件

下载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 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"
            ]
        }
    ]
}