Deezign
Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor.
Qu'est-ce que Deezign ?
Deezign est une extension Chrome développée par https://deezign.io, et sa fonction principale est "Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Deezign
Téléchargez les fichiers d'extension Deezign au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Deezign |
ID | mbofgadpoeclogccaclfpdpnclommnmi |
URL Officiel | https://chromewebstore.google.com/detail/deezign/mbofgadpoeclogccaclfpdpnclommnmi |
Description | Instantly convert your Figma™ designs into Bubble™ elements. Then, paste the elements from the extension into your Bubble™ editor. |
Taille du Fichier | 8.38 KB |
Nombre d'Installations | 365 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2024-01-11 |
Date de Publication | 2023-12-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://deezign.io |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://deezign.io/ |
URL de la Page d'Aide | https://deezign.io/contact |
URL de la Page de Politique de Confidentialité | https://deezign.io/extension-privacy |
Langues Prises en Charge | 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" ] } ] } |