Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Apa itu Library - UI Components for Wix?
Library - UI Components for Wix adalah ekstensi Chrome yang dikembangkan oleh https://certifiedcode.us, dan fitur utamanya adalah "Build websites faster in Wix with UI components library.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Library - UI Components for Wix
Unduh file ekstensi Library - UI Components for Wix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows you to copy components from Library to Wix Website Editor.
Informasi Dasar Ekstensi
Nama | Library - UI Components for Wix |
ID | bidnnalgdambofjfpcdncpjfmamhelmi |
URL Resmi | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
Deskripsi | Build websites faster in Wix with UI components library. |
Ukuran File | 153 KB |
Jumlah Instalasi | 570 |
Versi Saat Ini | 3.0.6 |
Terakhir Diperbarui | 2023-10-16 |
Tanggal Publikasi | 2022-03-31 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | https://certifiedcode.us |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://www.certifiedcode.us/product/library |
URL Halaman Bantuan | https://www.certifiedcode.us/support/contact |
Bahasa yang Didukung | 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\/*" ] } |