Bubble.io Extension
This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
Co je Bubble.io Extension?
Bubble.io Extension je rozšíření Chrome vyvinuté danieldesbesel, a jeho hlavní funkcí je „This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bubble.io Extension
Stáhněte si soubory rozšíření Bubble.io Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension improves some visual aspects of the Bubble.io editor Mainly the element tree.
Základní Informace o Rozšíření
Název | Bubble.io Extension |
ID | nblpfcmodldjcjjnlbbjbckgdckoanlm |
Oficiální URL | https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm |
Popis | This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree. |
Velikost souboru | 3.62 KB |
Počet instalací | 243 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-02-25 |
Datum Vydání | 2023-02-25 |
Vývojář | danieldesbesel |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |