Frames

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

什麼是Frames?

Frames是由https://madewithframes.com開發的Chrome擴展程式,該擴展的主要功能是“Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.”。

擴展截圖

screenshot

下載Frames擴展crx文件

下載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                    

擴展基本資訊

名稱 Frames Frames
ID hihddnjamcpdegjphaokpldajmpcmlkc
官方網址 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
}