Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Qu'est-ce que Library - UI Components for Wix ?
Library - UI Components for Wix est une extension Chrome développée par https://certifiedcode.us, et sa fonction principale est "Build websites faster in Wix with UI components library.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Library - UI Components for Wix
Téléchargez les fichiers d'extension Library - UI Components for Wix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to copy components from Library to Wix Website Editor.
Informations de Base sur l'Extension
Nom | Library - UI Components for Wix |
ID | bidnnalgdambofjfpcdncpjfmamhelmi |
URL Officiel | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
Description | Build websites faster in Wix with UI components library. |
Taille du Fichier | 153 KB |
Nombre d'Installations | 570 |
Version Actuelle | 3.0.6 |
Dernière Mise à Jour | 2023-10-16 |
Date de Publication | 2022-03-31 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://certifiedcode.us |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.certifiedcode.us/product/library |
URL de la Page d'Aide | https://www.certifiedcode.us/support/contact |
Langues Prises en Charge | 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\/*" ] } |