Library - UI Components for Wix

Build websites faster in Wix with UI components library.

Library - UI Components for Wixคืออะไร?

Library - UI Components for Wix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://certifiedcode.us และคุณลักษณะหลักของมันคือ "Build websites faster in Wix with UI components library."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Library - UI Components for Wix

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
    ]
}