Canvas by AirDev
Easily add beautiful pages and blocks to your Canvas app.
Wat is Canvas by AirDev?
Canvas by AirDev is een Chrome-extensie ontwikkeld door https://build.airdev.co, en de belangrijkste functie is "Easily add beautiful pages and blocks to your Canvas app.".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas by AirDev
Download Canvas by AirDev-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Canvas by AirDev |
ID | apmembkcpmjhmecifhckdidppfoiajie |
Officiële URL | https://chromewebstore.google.com/detail/canvas-by-airdev/apmembkcpmjhmecifhckdidppfoiajie |
Beschrijving | Easily add beautiful pages and blocks to your Canvas app. |
Bestandsgrootte | 37.79 KB |
Aantal Installaties | 9,281 |
Huidige Versie | 2.4.6 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2020-10-01 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://build.airdev.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://build.airdev.co/canvas |
Help Pagina-URL | https://build.airdev.co/support |
Ondersteunde Talen | 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\/*" ] } ] } |