Canvas by AirDev

Easily add beautiful pages and blocks to your Canvas app.

Canvas by AirDev là gì?

Canvas by AirDev là một tiện ích mở rộng Chrome được phát triển bởi https://build.airdev.co, và tính năng chính của nó là "Easily add beautiful pages and blocks to your Canvas app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Canvas by AirDev

Tải xuống các tệp mở rộng Canvas by AirDev dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Canvas by AirDev Canvas by AirDev
ID apmembkcpmjhmecifhckdidppfoiajie
URL Chính Thức https://chromewebstore.google.com/detail/canvas-by-airdev/apmembkcpmjhmecifhckdidppfoiajie
Mô tả Easily add beautiful pages and blocks to your Canvas app.
Kích Thước Tệp 37.79 KB
Số Lần Cài Đặt 9,281
Phiên Bản Hiện Tại 2.4.6
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-10-01
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://build.airdev.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://build.airdev.co/canvas
URL Trang Trợ Giúp https://build.airdev.co/support
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}