Canvas by AirDev
Easily add beautiful pages and blocks to your Canvas app.
What is Canvas by AirDev?
Canvas by AirDev is a Chrome extension developed by https://build.airdev.co, and its main feature is "Easily add beautiful pages and blocks to your Canvas app.".
Extension Screenshots
Download Canvas by AirDev Extension CRX File
Download Canvas by AirDev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Canvas by AirDev |
ID | apmembkcpmjhmecifhckdidppfoiajie |
Official URL | https://chromewebstore.google.com/detail/canvas-by-airdev/apmembkcpmjhmecifhckdidppfoiajie |
Description | Easily add beautiful pages and blocks to your Canvas app. |
File Size | 37.79 KB |
Installation Count | 9,281 |
Current Version | 2.4.6 |
Last Updated | 2024-03-01 |
Publish Date | 2020-10-01 |
Rating | 4.00/5 Total 8 Ratings |
Developer | https://build.airdev.co |
[email protected] | |
Payment Type | free |
Extension Website | https://build.airdev.co/canvas |
Help Page URL | https://build.airdev.co/support |
Supported Languages | 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\/*" ] } ] } |