Bubble.io Extension
This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree.
Bubble.io Extensionคืออะไร?
Bubble.io Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danieldesbesel และคุณลักษณะหลักของมันคือ "This extension improves some visual aspects of the Bubble.io editor. Mainly the element tree."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bubble.io Extension
ดาวน์โหลดไฟล์ส่วนขยาย Bubble.io Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension improves some visual aspects of the Bubble.io editor Mainly the element tree.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bubble.io Extension |
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" ] } ] } |