Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Co to jest Library - UI Components for Wix?
Library - UI Components for Wix to rozszerzenie Chrome opracowane przez https://certifiedcode.us, a jego główną funkcją jest „Build websites faster in Wix with UI components library.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Library - UI Components for Wix
Pobierz pliki rozszerzeń Library - UI Components for Wix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to copy components from Library to Wix Website Editor. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bidnnalgdambofjfpcdncpjfmamhelmi |
| Oficjalny URL | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
| Opis | Build websites faster in Wix with UI components library. |
| Rozmiar pliku | 153 KB |
| Liczba instalacji | 570 |
| Aktualna Wersja | 3.0.6 |
| Ostatnia Aktualizacja | 2023-10-16 |
| Data Publikacji | 2022-03-31 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | https://certifiedcode.us |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://www.certifiedcode.us/product/library |
| Adres URL Strony Pomocy | https://www.certifiedcode.us/support/contact |
| Obsługiwane Języki | 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\/*"
]
} | |