Library - UI Components for Wix

Build websites faster in Wix with UI components library.

Library - UI Components for Wix là gì?

Library - UI Components for Wix là một tiện ích mở rộng Chrome được phát triển bởi https://certifiedcode.us, và tính năng chính của nó là "Build websites faster in Wix with UI components library.".

Ả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 Library - UI Components for Wix

Tải xuống các tệp mở rộng Library - UI Components for Wix 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

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

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

Tên Library - UI Components for Wix Library - UI Components for Wix
ID bidnnalgdambofjfpcdncpjfmamhelmi
URL Chính Thức https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi
Mô tả Build websites faster in Wix with UI components library.
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 570
Phiên Bản Hiện Tại 3.0.6
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2022-03-31
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://certifiedcode.us
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.certifiedcode.us/product/library
URL Trang Trợ Giúp https://www.certifiedcode.us/support/contact
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}