Atomic Fusion
Bubble developer extension to help you build and design apps faster.
什麼是Atomic Fusion?
Atomic Fusion是由https://atomicfusion.io開發的Chrome擴展程式,該擴展的主要功能是“Bubble developer extension to help you build and design apps faster.”。
擴展截圖
下載Atomic Fusion擴展crx文件
下載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 |
官方網址 | 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": [ " |