Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Vad är Library - UI Components for Wix?
Library - UI Components for Wix är en Chrome-tillägg utvecklad av https://certifiedcode.us, och dess huvudfunktion är "Build websites faster in Wix with UI components library.".
Tilläggsskärmbilder
Ladda ner Library - UI Components for Wix-förlängningens CRX-fil
Ladda ner Library - UI Components for Wix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to copy components from Library to Wix Website Editor. Grundläggande Information om Tillägg
| Namn | |
| ID | bidnnalgdambofjfpcdncpjfmamhelmi |
| Officiell webbadress | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
| Beskrivning | Build websites faster in Wix with UI components library. |
| Filstorlek | 153 KB |
| Antal Installationer | 570 |
| Aktuell Version | 3.0.6 |
| Senast Uppdaterad | 2023-10-16 |
| Publiceringsdatum | 2022-03-31 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | https://certifiedcode.us |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://www.certifiedcode.us/product/library |
| Hjälpsida URL | https://www.certifiedcode.us/support/contact |
| Stödda Språk | 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\/*"
]
} | |