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
Eメール [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": [
                ""
            ]
        }
    ]
}