Bubble.io Extension
This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
Vad är Bubble.io Extension?
Bubble.io Extension är en Chrome-tillägg utvecklad av danieldesbesel, och dess huvudfunktion är "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.".
Tilläggsskärmbilder
Ladda ner Bubble.io Extension-förlängningens CRX-fil
Ladda ner Bubble.io Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension improves some visual aspects of the Bubble.io editor
Mainly the element tree. Grundläggande Information om Tillägg
| Namn | |
| ID | nblpfcmodldjcjjnlbbjbckgdckoanlm |
| Officiell webbadress | https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm |
| Beskrivning | This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree. |
| Filstorlek | 3.62 KB |
| Antal Installationer | 243 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-02-25 |
| Publiceringsdatum | 2023-02-25 |
| Utvecklare | danieldesbesel |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |