Frames

Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.

Frames là gì?

Frames là một tiện ích mở rộng Chrome được phát triển bởi https://madewithframes.com, và tính năng chính của nó là "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Frames

Tải xuống các tệp mở rộng Frames dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Provides access to a library of professional design elements for applications built using the Bubble™ no-code software development platform.

#madewithframes                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Frames Frames
ID hihddnjamcpdegjphaokpldajmpcmlkc
URL Chính Thức https://chromewebstore.google.com/detail/frames/hihddnjamcpdegjphaokpldajmpcmlkc
Mô tả Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.
Kích Thước Tệp 48.7 KB
Số Lần Cài Đặt 5,586
Phiên Bản Hiện Tại 0.13.1
Cập Nhật Lần Cuối 2024-01-05
Ngày Phát Hành 2021-09-06
Đánh Giá 4.50/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://madewithframes.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://madewithframes.com
URL Trang Trợ Giúp https://madewithframes.com/legal?v=Private%20Policy
URL Trang Chính Sách Bảo Mật https://madewithframes.com/legal?v=Private%20Policy
Ngôn Ngữ Được Hỗ Trợ 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
}