Bubble.io Extension
This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
什么是Bubble.io Extension?
Bubble.io Extension是由danieldesbesel开发的Chrome扩展程序,该扩展的主要功能是“This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.”。
扩展截图
下载Bubble.io Extension扩展crx文件
下载Bubble.io Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension improves some visual aspects of the Bubble.io editor
Mainly the element tree. 扩展基本信息
| 名称 | |
| ID | nblpfcmodldjcjjnlbbjbckgdckoanlm |
| 官方URL | https://chromewebstore.google.com/detail/bubbleio-extension/nblpfcmodldjcjjnlbbjbckgdckoanlm |
| 简介 | This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree. |
| 文件大小 | 3.62 KB |
| 安装次数 | 243 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-02-25 |
| 上架时间 | 2023-02-25 |
| 开发者 | danieldesbesel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |