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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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;"
    }
}