Atomic Fusion
Bubble developer extension to help you build and design apps faster.
Hvad er Atomic Fusion?
Atomic Fusion er en Chrome-udvidelse udviklet af https://atomicfusion.io, og dens hovedfunktion er "Bubble developer extension to help you build and design apps faster.".
Udvidelsesskærmbilleder
Download Atomic Fusion-udvidelses-CRX-fil
Download Atomic Fusion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Atomic Fusion |
ID | jibgindchlbfjhhhnlkplcibdmkdnkji |
Officiel URL | https://chromewebstore.google.com/detail/atomic-fusion/jibgindchlbfjhhhnlkplcibdmkdnkji |
Beskrivelse | Bubble developer extension to help you build and design apps faster. |
Filstørrelse | 81.46 KB |
Antal Installationer | 3,417 |
Nuværende Version | 0.0.0.24 |
Senest Opdateret | 2024-01-26 |
Udgivelsesdato | 2022-01-18 |
Bedømmelse | 3.94/5 Samlet 17 Bedømmelser |
Udvikler | https://atomicfusion.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://atomicfusion.io |
Hjælpeside-URL | https://atomicfusion.io |
URL til Fortrolighedspolitik Side | https://getterms.io/view/4bi4Z/privacy/en-us |
Understøttede Sprog | 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": [ " |