Frames
Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.
Framesคืออะไร?
Frames เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://madewithframes.com และคุณลักษณะหลักของมันคือ "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Frames
ดาวน์โหลดไฟล์ส่วนขยาย Frames ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Provides access to a library of professional design elements for applications built using the Bubble™ no-code software development platform.
#madewithframes                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | hihddnjamcpdegjphaokpldajmpcmlkc | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/frames/hihddnjamcpdegjphaokpldajmpcmlkc | 
| คำอธิบาย | Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app. | 
| ขนาดไฟล์ | 48.7 KB | 
| จำนวนการติดตั้ง | 5,586 | 
| เวอร์ชันปัจจุบัน | 0.13.1 | 
| อัปเดตครั้งล่าสุด | 2024-01-05 | 
| วันที่เผยแพร่ | 2021-09-06 | 
| คะแนน | 4.50/5 รวมทั้งหมด 18 คะแนน | 
| ผู้พัฒนา | https://madewithframes.com | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | in_app | 
| เว็บไซต์ส่วนขยาย | https://madewithframes.com | 
| URL หน้าช่วยเหลือ | https://madewithframes.com/legal?v=Private%20Policy | 
| URL หน้านโยบายความเป็นส่วนตัว | https://madewithframes.com/legal?v=Private%20Policy | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frames",
    "version": "0.13.1",
    "description": "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble\u2122 no-code app.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bubble.io\/page*",
                "*:\/\/*.bubble.is\/page*",
                "*:\/\/*.bubble.com\/page*"
            ],
            "css": [
                "frame_styles\/frames.css",
                "frame_styles\/toastify.css"
            ],
            "js": [
                "frame_scripts\/jquery.js",
                "frame_scripts\/toastify.js",
                "frame_scripts\/functions.js",
                "frame_scripts\/frames.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "frame_images\/*",
                "frame_scripts\/injected.js"
            ],
            "matches": [
                "*:\/\/*.bubble.io\/*",
                "*:\/\/*.bubble.is\/*",
                "*:\/\/*.bubble.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "frame_images\/frames-round-dark-16x16.png",
            "32": "frame_images\/frames-round-dark-32x32.png",
            "48": "frame_images\/frames-round-dark-48x48.png",
            "128": "frame_images\/frames-round-dark-128x128.png"
        }
    },
    "icons": {
        "16": "frame_images\/frames-round-dark-16x16.png",
        "32": "frame_images\/frames-round-dark-32x32.png",
        "48": "frame_images\/frames-round-dark-48x48.png",
        "128": "frame_images\/frames-round-dark-128x128.png"
    },
    "manifest_version": 3
}  |  |