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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build websites faster in Wix with UI components library."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Library - UI Components for Wix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}