Canvas by AirDev

Easily add beautiful pages and blocks to your Canvas app.

Canvas by AirDevคืออะไร?

Canvas by AirDev เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://build.airdev.co และคุณลักษณะหลักของมันคือ "Easily add beautiful pages and blocks to your Canvas app."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas by AirDev

ดาวน์โหลดไฟล์ส่วนขยาย Canvas by AirDev ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The fastest way to design and build Bubble apps
Canvas is a no-code framework built on top of Bubble that makes creating beautiful responsive web applications easy and fast. With our comprehensive Canvas building framework, you can accelerate your build by focusing on what is truly unique about your app.

Our chrome extension allows you to easily import pages, blocks, and elements from our growing library of 200+ Canvas assets.

*Compatible with Bubble apps using the Canvas Base Template (https://bubble.io/template/canvas-building-framework-1541110863579x114287102114398200)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Canvas by AirDev Canvas by AirDev
ID apmembkcpmjhmecifhckdidppfoiajie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-by-airdev/apmembkcpmjhmecifhckdidppfoiajie
คำอธิบาย Easily add beautiful pages and blocks to your Canvas app.
ขนาดไฟล์ 37.79 KB
จำนวนการติดตั้ง 9,281
เวอร์ชันปัจจุบัน 2.4.6
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-10-01
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://build.airdev.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://build.airdev.co/canvas
URL หน้าช่วยเหลือ https://build.airdev.co/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas by AirDev",
    "version": "2.4.6",
    "description": "Easily add beautiful pages and blocks to your Canvas app.",
    "permissions": [
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/airdevco.s3.us-west-1.amazonaws.com\/",
        "https:\/\/bubble.io\/*"
    ],
    "action": {
        "default_title": "Click to open Canvas",
        "default_icon": {
            "16": "assets\/images\/16x16_logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bubble.io\/*",
                "https:\/\/*.bubble.is\/*"
            ],
            "js": [
                "import-index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "core-ts\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/images\/16x16_logo.png",
        "48": "assets\/images\/48x48_logo.png",
        "128": "assets\/images\/128x128_logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "index.js"
            ],
            "matches": [
                "https:\/\/bubble.io\/*",
                "https:\/\/*.bubble.is\/*",
                "https:\/\/airdevco.s3.us-west-1.amazonaws.com\/*"
            ]
        }
    ]
}