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
官方網址 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": [
                ""
            ]
        }
    ]
}