Atomic Fusion
Bubble developer extension to help you build and design apps faster.
Что такое Atomic Fusion?
Atomic Fusion - это расширение Chrome, разработанное https://atomicfusion.io, и его основная функция - "Bubble developer extension to help you build and design apps faster.".
Снимки экрана расширения
Скачать файл CRX расширения Atomic Fusion
Скачайте файлы расширений Atomic Fusion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Atomic Fusion |
ID | jibgindchlbfjhhhnlkplcibdmkdnkji |
Официальный URL | https://chromewebstore.google.com/detail/atomic-fusion/jibgindchlbfjhhhnlkplcibdmkdnkji |
Описание | Bubble developer extension to help you build and design apps faster. |
Размер файла | 81.46 KB |
Количество установок | 3,417 |
Текущая Версия | 0.0.0.24 |
Последнее Обновление | 2024-01-26 |
Дата публикации | 2022-01-18 |
Рейтинг | 3.94/5 Всего 17 оценок |
Разработчик | https://atomicfusion.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://atomicfusion.io |
URL страницы помощи | https://atomicfusion.io |
URL страницы политики конфиденциальности | https://getterms.io/view/4bi4Z/privacy/en-us |
Поддерживаемые языки | 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": [ " |