Atomic Fusion
Bubble developer extension to help you build and design apps faster.
Wat is Atomic Fusion?
Atomic Fusion is een Chrome-extensie ontwikkeld door https://atomicfusion.io, en de belangrijkste functie is "Bubble developer extension to help you build and design apps faster.".
Extensie Screenshots
Download het CRX-bestand van de extensie Atomic Fusion
Download Atomic Fusion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension lets Bubble.io Visual Developers access UI design kits, assets, components, code snippets, styles and more - all from within their Bubble.io editor. You can copy pre-built elements and styles developed in Bubble from the Atomic Fusion library and paste them right into your Bubble.io editor as well as upload from the Bubble.io App Editor into your Atomic Fusion Library repository to speed up design and Bubble app building processes. If the user is a Bubble.io Developer they should install this to help them speed up building and designing Bubble apps.
Basisinformatie over de Extensie
Naam | Atomic Fusion |
ID | jibgindchlbfjhhhnlkplcibdmkdnkji |
Officiële URL | https://chromewebstore.google.com/detail/atomic-fusion/jibgindchlbfjhhhnlkplcibdmkdnkji |
Beschrijving | Bubble developer extension to help you build and design apps faster. |
Bestandsgrootte | 81.46 KB |
Aantal Installaties | 3,417 |
Huidige Versie | 0.0.0.24 |
Laatst Bijgewerkt | 2024-01-26 |
Publicatiedatum | 2022-01-18 |
Beoordeling | 3.94/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://atomicfusion.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://atomicfusion.io |
Help Pagina-URL | https://atomicfusion.io |
URL van de Privacybeleid Pagina | https://getterms.io/view/4bi4Z/privacy/en-us |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Atomic Fusion", "version": "0.0.0.24", "description": "Bubble developer extension to help you build and design apps faster.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "scripts\/background.js" }, "action": { "default_title": "Atomic Fusion", "default_icon": "icons\/icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bubble.io\/*", "*:\/\/*.bubble.is\/*" ], "js": [ "scripts\/bubble.js" ] }, { "matches": [ "*:\/\/*.atomicfusion.io\/*" ], "js": [ "scripts\/atomicFusion.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "icons\/close.png", "icons\/icon32.png" ], "matches": [ " |