Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Hvad er Library - UI Components for Wix?
Library - UI Components for Wix er en Chrome-udvidelse udviklet af https://certifiedcode.us, og dens hovedfunktion er "Build websites faster in Wix with UI components library.".
Udvidelsesskærmbilleder
Download Library - UI Components for Wix-udvidelses-CRX-fil
Download Library - UI Components for Wix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        This extension allows you to copy components from Library to Wix Website Editor.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | bidnnalgdambofjfpcdncpjfmamhelmi | 
| Officiel URL | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi | 
| Beskrivelse | Build websites faster in Wix with UI components library. | 
| Filstørrelse | 153 KB | 
| Antal Installationer | 570 | 
| Nuværende Version | 3.0.6 | 
| Senest Opdateret | 2023-10-16 | 
| Udgivelsesdato | 2022-03-31 | 
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser | 
| Udvikler | https://certifiedcode.us | 
| [email protected] | |
| Betalingsmetode | in_app | 
| Udvidelseswebsted | https://www.certifiedcode.us/product/library | 
| Hjælpeside-URL | https://www.certifiedcode.us/support/contact | 
| Understøttede Sprog | 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\/*"
    ]
}  |  |