Bubble Essential Kit

Bubble.io #1 companion. Component Library and essential tools to help Bubble.io developers build beautiful applications.

Bubble Essential Kitคืออะไร?

Bubble Essential Kit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://essentialkit.io และคุณลักษณะหลักของมันคือ "Bubble.io #1 companion. Component Library and essential tools to help Bubble.io developers build beautiful applications."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bubble Essential Kit

ดาวน์โหลดไฟล์ส่วนขยาย Bubble Essential Kit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bubble Essential Kit is the #1 Bubble.io Component Library. Use beautifully designed bootstrap components to create amazing applications just by copying and pasting directly into your Bubble.io app.

-- Bubble Essential Kit Component Library --
Copy and paste 350+ beautiful, pre-styled and fully responsive buttons, alerts, repeating groups, tables, cards, popups, inputs, dropdowns, radio buttons, and much more.
All components are based on Bootstrap, the #1 framework for designing responsive websites and applications.
So you can paste any components and they will all fit together, as they share the same visual identity.
You will never struggle with Bubble's design and responsive engine again.

-- Full Dashboard Layouts --
Bubble Essential Kit features not only atomic components, but also full layouts and blocks (headers, menus and content).
You can build fully responsive beautiful dashboards in seconds.

-- Landing Page Blocks --
Yes, you can build beautiful Landing Pages on Bubble.
I know, you probably use Wordpress or other site builders because Bubble lacks what it takes to build a nice looking landing page, right?
Well, that's before you met Bubble Essential Kit.
Bubble Essential Kit has all the components you need to build a high conversion beautiful landing page.

-- Color Palette --
Bubble Essential Kit has all the main colors used in Bootstrap: just get it and paste it into your Bubble component properties.
Using this palette, it's impossible to build an ugly component in Bubble.

-- Form Builder --
With the Form Builder, you simply select the number of fields, choose the type and name of each field, and it will generate the finished form.
Just click on Paste and you will have your form ready in seconds.

-- Private Component Libraries --
In addition to the Bubble Essential Kit's hundreds of components, you can also upload your own components and share with your team.
If you use the same components, colors and workflows in different applications, you can create your own library and share it with whoever you want.
This feature is fantastic for freelance developers and development agencies who want to speed up their creation and reuse their visual identities.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bubble Essential Kit Bubble Essential Kit
ID ljajflekancplollknchkelcbmepgjpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bubble-essential-kit/ljajflekancplollknchkelcbmepgjpe
คำอธิบาย Bubble.io #1 companion. Component Library and essential tools to help Bubble.io developers build beautiful applications.
ขนาดไฟล์ 54.04 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2023-07-04
วันที่เผยแพร่ 2022-05-09
คะแนน 4.65/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา https://essentialkit.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.essentialkit.io
URL หน้าช่วยเหลือ https://www.essentialkit.io
ภาษาที่รองรับ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "bek.js"
            ],
            "matches": [
                "*:\/\/*.bubble.io\/page*",
                "*:\/\/*.bubble.is\/page*",
                "*:\/\/*.bubble.com\/page*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Bubble.io #1 companion. Component Library and essential tools to help Bubble.io developers build beautiful applications.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Bubble Essential Kit",
    "action": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.bubble.io\/*",
                "*:\/\/*.bubble.is\/*",
                "*:\/\/*.bubble.com\/*"
            ],
            "resources": [
                "icons\/*"
            ]
        }
    ]
}