Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Wat is Library - UI Components for Wix?
Library - UI Components for Wix is een Chrome-extensie ontwikkeld door https://certifiedcode.us, en de belangrijkste functie is "Build websites faster in Wix with UI components library.".
Extensie Screenshots
Download het CRX-bestand van de extensie Library - UI Components for Wix
Download Library - UI Components for Wix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to copy components from Library to Wix Website Editor.
Basisinformatie over de Extensie
Naam | Library - UI Components for Wix |
ID | bidnnalgdambofjfpcdncpjfmamhelmi |
Officiële URL | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
Beschrijving | Build websites faster in Wix with UI components library. |
Bestandsgrootte | 153 KB |
Aantal Installaties | 570 |
Huidige Versie | 3.0.6 |
Laatst Bijgewerkt | 2023-10-16 |
Publicatiedatum | 2022-03-31 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://certifiedcode.us |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://www.certifiedcode.us/product/library |
Help Pagina-URL | https://www.certifiedcode.us/support/contact |
Ondersteunde Talen | 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\/*" ] } |