Wix Image Downloader

This is a custom extension to download images from wix website.

Wix Image Downloaderとは何ですか?

Wix Image DownloaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This is a custom extension to download images from wix website.」です。

拡張機能のスクリーンショット

screenshot

Wix Image Downloader拡張機能のCRXファイルをダウンロード

Wix Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a wix image downloaded.                    

拡張機能の基本情報

名前 Wix Image Downloader Wix Image Downloader
ID phknhncjbkehihhchhllabhlggjlenai
公式URL https://chromewebstore.google.com/detail/wix-image-downloader/phknhncjbkehihhchhllabhlggjlenai
説明 This is a custom extension to download images from wix website.
ファイルサイズ 238 KB
インストール数 838
現在のバージョン 1.1
最終更新日 2019-01-19
公開日 2019-01-19
評価 2.33/5 合計 9 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wix Image Downloader",
    "version": "1.1",
    "offline_enabled": true,
    "description": "This is a custom extension to download images from wix website.",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wixsite.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Wix Image Downloader",
        "default_popup": "popup.html"
    }
}