Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Cos'è Library - UI Components for Wix?
Library - UI Components for Wix è un'estensione di Chrome sviluppata da https://certifiedcode.us, e la sua funzione principale è "Build websites faster in Wix with UI components library.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Library - UI Components for Wix
Scarica i file di estensione Library - UI Components for Wix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to copy components from Library to Wix Website Editor.
Informazioni di Base sull'Estensione
Nome | Library - UI Components for Wix |
ID | bidnnalgdambofjfpcdncpjfmamhelmi |
URL Ufficiale | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
Descrizione | Build websites faster in Wix with UI components library. |
Dimensione del File | 153 KB |
Conteggio Installazioni | 570 |
Versione Corrente | 3.0.6 |
Ultimo Aggiornamento | 2023-10-16 |
Data di Pubblicazione | 2022-03-31 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://certifiedcode.us |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://www.certifiedcode.us/product/library |
URL della Pagina di Aiuto | https://www.certifiedcode.us/support/contact |
Lingue Supportate | 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\/*" ] } |