Library - UI Components for Wix
Build websites faster in Wix with UI components library.
ما هو Library - UI Components for Wix؟
Library - UI Components for Wix هو إضافة Chrome تم تطويرها بواسطة https://certifiedcode.us، والميزة الرئيسية لها هي "Build websites faster in Wix with UI components library.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Library - UI Components for Wix
قم بتنزيل ملفات الامتداد Library - UI Components for Wix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to copy components from Library to Wix Website Editor. معلومات أساسية عن التمديد
| الاسم | |
| ID | bidnnalgdambofjfpcdncpjfmamhelmi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
| الوصف | Build websites faster in Wix with UI components library. |
| حجم الملف | 153 KB |
| عدد التثبيتات | 570 |
| النسخة الحالية | 3.0.6 |
| آخر تحديث | 2023-10-16 |
| تاريخ النشر | 2022-03-31 |
| تقييم | 1.00/5 مجموع تقييمات 1 |
| المطور | https://certifiedcode.us |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | in_app |
| موقع الإضافة | https://www.certifiedcode.us/product/library |
| عنوان صفحة المساعدة | https://www.certifiedcode.us/support/contact |
| اللغات المدعومة | 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\/*"
]
} | |