Library - UI Components for Wix
Build websites faster in Wix with UI components library.
什么是Library - UI Components for Wix?
Library - UI Components for Wix是由https://certifiedcode.us开发的Chrome扩展程序,该扩展的主要功能是“Build websites faster in Wix with UI components library.”。
扩展截图
下载Library - UI Components for Wix扩展crx文件
下载Library - UI Components for Wix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
| 帮助页面URL | 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\/*"
]
} | |