Canvas by AirDev

Easily add beautiful pages and blocks to your Canvas app.

Canvas by AirDev란 무엇입니까?

Canvas by AirDev은(는) https://build.airdev.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add beautiful pages and blocks to your Canvas app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Canvas by AirDev 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}