Artstation Downloader

Download Artstation artwork easily.

Artstation Downloaderとは何ですか?

Artstation Downloaderはdandreaによって開発されたChromeの拡張機能で、その主な機能は「Download Artstation artwork easily.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension helps downloading artwork images from Artstation.
When you press the extension button on the toolbar, it consumes the artwork tabs, saving the image files in the disk.
You can set up how sub-folders will be created.
Additionally, you can open galleries into tabs using the context menu of the extension.                    

拡張機能の基本情報

名前 Artstation Downloader Artstation Downloader
ID pjfglpaimjpcekmaicealmmahlnbjool
公式URL https://chromewebstore.google.com/detail/artstation-downloader/pjfglpaimjpcekmaicealmmahlnbjool
説明 Download Artstation artwork easily.
ファイルサイズ 109 KB
インストール数 3,878
現在のバージョン 0.9.17
最終更新日 2019-06-22
公開日 2019-06-22
評価 3.05/5 合計 20 レビュー
開発者 dandrea
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Artstation Downloader",
    "version": "0.9.17",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "downloads",
        "http:\/\/*.artstation.com\/*",
        "https:\/\/*.artstation.com\/*"
    ],
    "description": "Download Artstation artwork easily.",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Artstation Downloader"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "devtools_page": "devtools.html",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.artstation.com\/*",
                "https:\/\/*.artstation.com\/*"
            ],
            "js": [
                "jquery.js",
                "uri.js",
                "content.js"
            ]
        }
    ]
}