Buildshare

Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.

Buildshareとは何ですか?

BuildshareはSudsyLabsによって開発されたChromeの拡張機能で、その主な機能は「Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.」です。

拡張機能のスクリーンショット

screenshot

Buildshare拡張機能のCRXファイルをダウンロード

Buildshare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Buildshare provides convenient access to a library of pre-built responsive design elements directly from the Bubble™ editor. Add fully responsive UI elements - including complete layouts and pages - to your Bubble™ app with just a click.

Additionally, access learning resources to help you master the new layout engine (new responsive engine) as well as advance your skills and knowledge so that you can better leverage the Bubble™ platform.                    

拡張機能の基本情報

名前 Buildshare Buildshare
ID ilnafhnlhbodploaidanmdiimpldejpe
公式URL https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe
説明 Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
ファイルサイズ 37.89 KB
インストール数 382
現在のバージョン 0.9.15
最終更新日 2022-04-08
公開日 2022-01-18
評価 5.00/5 合計 2 レビュー
開発者 SudsyLabs
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://sudsylabs.com/buildshare
ヘルプページのURL https://sudsylabs.com/contact-us
プライバシーポリシーページのURL https://sudsylabs.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Buildshare\u2122"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.bubble.is\/*",
                "https:\/\/bubble.io\/*"
            ],
            "resources": [
                "\/images\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bubble.is\/page*",
                "https:\/\/bubble.io\/page*"
            ],
            "css": [
                "styles\/editor.css"
            ],
            "js": [
                "scripts\/lib\/jquery-3.6.0.slim.min.js",
                "scripts\/editor.js"
            ]
        }
    ],
    "manifest_version": 3,
    "version": "0.9.15",
    "description": "Kickstart the design of your Bubble\u2122 app with access to pre-built responsive UI elements and learning resources.",
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "name": "Buildshare",
    "icons": {
        "48": "images\/buildshare-icon_48.png",
        "96": "images\/buildshare-icon_96.png",
        "128": "images\/buildshare-icon_128.png"
    }
}