Library - UI Components for Wix
Build websites faster in Wix with UI components library.
What is Library - UI Components for Wix?
Library - UI Components for Wix is a Chrome extension developed by https://certifiedcode.us, and its main feature is "Build websites faster in Wix with UI components library.".
Extension Screenshots
Download Library - UI Components for Wix Extension CRX File
Download Library - UI Components for Wix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to copy components from Library to Wix Website Editor.
Extension Basic Information
Name | Library - UI Components for Wix |
ID | bidnnalgdambofjfpcdncpjfmamhelmi |
Official URL | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
Description | Build websites faster in Wix with UI components library. |
File Size | 153 KB |
Installation Count | 570 |
Current Version | 3.0.6 |
Last Updated | 2023-10-16 |
Publish Date | 2022-03-31 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://certifiedcode.us |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.certifiedcode.us/product/library |
Help Page URL | https://www.certifiedcode.us/support/contact |
Supported Languages | 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\/*" ] } |