Bubble.io Extension
This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
Wat is Bubble.io Extension?
Bubble.io Extension is een Chrome-extensie ontwikkeld door danieldesbesel, en de belangrijkste functie is "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bubble.io Extension
Download Bubble.io Extension-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
This extension improves some visual aspects of the Bubble.io editor
Mainly the element tree. Basisinformatie over de Extensie
| Naam | |
| ID | nblpfcmodldjcjjnlbbjbckgdckoanlm |
| Officiële URL | https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm |
| Beschrijving | This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree. |
| Bestandsgrootte | 3.62 KB |
| Aantal Installaties | 243 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-02-25 |
| Publicatiedatum | 2023-02-25 |
| Ontwikkelaar | danieldesbesel |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bubble.io Extension",
"version": "1.1",
"description": "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.",
"manifest_version": 3,
"host_permissions": [
"https:\/\/bubble.io\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/bubble.io\/*"
],
"css": [
"style.css"
]
}
]
} | |