Atomic Fusion

Bubble developer extension to help you build and design apps faster.

Atomic Fusion क्या है?

Atomic Fusion https://atomicfusion.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bubble developer extension to help you build and design apps faster."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Atomic Fusion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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;"
    }
}