Atomic Fusion
Bubble developer extension to help you build and design apps faster.
Co to jest Atomic Fusion?
Atomic Fusion to rozszerzenie Chrome opracowane przez https://atomicfusion.io, a jego główną funkcją jest „Bubble developer extension to help you build and design apps faster.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Atomic Fusion
Pobierz pliki rozszerzeń Atomic Fusion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Atomic Fusion |
ID | jibgindchlbfjhhhnlkplcibdmkdnkji |
Oficjalny URL | https://chromewebstore.google.com/detail/atomic-fusion/jibgindchlbfjhhhnlkplcibdmkdnkji |
Opis | Bubble developer extension to help you build and design apps faster. |
Rozmiar pliku | 81.46 KB |
Liczba instalacji | 3,417 |
Aktualna Wersja | 0.0.0.24 |
Ostatnia Aktualizacja | 2024-01-26 |
Data Publikacji | 2022-01-18 |
Ocena | 3.94/5 Łącznie 17 Oceny |
Deweloper | https://atomicfusion.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://atomicfusion.io |
Adres URL Strony Pomocy | https://atomicfusion.io |
Adres URL Strony Polityki Prywatności | https://getterms.io/view/4bi4Z/privacy/en-us |
Obsługiwane Języki | 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": [ " |