Library - UI Components for Wix

Build websites faster in Wix with UI components library.

什麼是Library - UI Components for Wix?

Library - UI Components for Wix是由https://certifiedcode.us開發的Chrome擴展程式,該擴展的主要功能是“Build websites faster in Wix with UI components library.”。

擴展截圖

screenshot

下載Library - UI Components for Wix擴展crx文件

下載Library - UI Components for Wix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to copy components from Library to Wix Website Editor.                    

擴展基本資訊

名稱 Library - UI Components for Wix Library - UI Components for Wix
ID bidnnalgdambofjfpcdncpjfmamhelmi
官方網址 https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi
簡介 Build websites faster in Wix with UI components library.
檔案大小 153 KB
安裝次數 570
目前版本 3.0.6
更新時間 2023-10-16
上架時間 2022-03-31
評分 1.00/5 共 1 次評分
開發者 https://certifiedcode.us
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.certifiedcode.us/product/library
說明頁面URL https://www.certifiedcode.us/support/contact
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Library - UI Components for Wix",
    "description": "Build websites faster in Wix with UI components library.",
    "version": "3.0.6",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "64": "assets\/default_icon_64.png",
            "24": "assets\/default_icon_24.png"
        }
    },
    "icons": {
        "64": "assets\/default_icon_64.png",
        "24": "assets\/default_icon_24.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/editor.wix.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/wix.js",
                "js\/editor.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                "https:\/\/editor.wix.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/editor.wix.com\/*"
    ]
}