Wix Website Components.

Premium Wix Components, easy as copy & paste.

什么是Wix Website Components.?

Wix Website Components.是由shahrakesh45开发的Chrome扩展程序,该扩展的主要功能是“Premium Wix Components, easy as copy & paste.”。

扩展截图

screenshot

下载Wix Website Components.扩展crx文件

下载Wix Website Components.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Premium Wix Components, easy as copy & paste.
This extension allows you to copy components from Wixthemestore to Wix Website Editor.                    

扩展基本信息

名称 Wix Website Components. Wix Website Components.
ID jaaibhfengchaepanjfdnmpcbgjbjbmk
官方URL https://chromewebstore.google.com/detail/wix-website-components/jaaibhfengchaepanjfdnmpcbgjbjbmk
简介 Premium Wix Components, easy as copy & paste.
文件大小 144 KB
安装次数 83
当前版本 1.0.4
更新时间 2023-01-30
上架时间 2022-11-01
开发者 shahrakesh45
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://multiwebx.com/contact/
隐私政策页面URL https://essenhealthcare.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wix Website Components.",
    "description": "Premium Wix Components, easy as copy & paste.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "images\/default_icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "https:\/\/www.wixthemestore.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "128": "images\/default_icon_128.png"
        }
    },
    "host_permissions": [
        "https:\/\/editor.wix.com\/*",
        "https:\/\/create.editorx.com\/*",
        "https:\/\/*\/*",
        "https:\/\/www.wixthemestore.com\/*"
    ],
    "background": {
        "service_worker": "js\/app.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/editor.wix.com\/*",
                "https:\/\/create.editorx.com\/*",
                "https:\/\/*\/*",
                "https:\/\/www.wixthemestore.com\/*"
            ],
            "js": [
                "\/js\/wix.js",
                "\/js\/content_scripts\/editor.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}