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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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": [
                ""
            ]
        }
    ],
    "permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/atomicfusion.io;"
    }
}