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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Deezign एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}