Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Was ist Library - UI Components for Wix?
Library - UI Components for Wix ist eine Chrome-Erweiterung, die von https://certifiedcode.us entwickelt wurde, und ihr Hauptmerkmal ist "Build websites faster in Wix with UI components library.".
Erweiterungsscreenshots
Library - UI Components for Wix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Library - UI Components for Wix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to copy components from Library to Wix Website Editor.
Grundlegende Informationen zur Erweiterung
Name | Library - UI Components for Wix |
ID | bidnnalgdambofjfpcdncpjfmamhelmi |
Offizielle URL | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
Beschreibung | Build websites faster in Wix with UI components library. |
Dateigröße | 153 KB |
Installationsanzahl | 570 |
Aktuelle Version | 3.0.6 |
Letztes Update | 2023-10-16 |
Veröffentlichungsdatum | 2022-03-31 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://certifiedcode.us |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://www.certifiedcode.us/product/library |
Hilfeseite URL | https://www.certifiedcode.us/support/contact |
Unterstützte Sprachen | 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\/*" ] } |