pixiv-download-image-with-name

pixivの画像を、良い感じに名前を付けてダウンロードできるようにします。

What is pixiv-download-image-with-name?

pixiv-download-image-with-name is a Chrome extension developed by https://kikuchy.hatenablog.com, and its main feature is "pixivの画像を、良い感じに名前を付けてダウンロードできるようにします。".

Extension Screenshots

screenshot

Download pixiv-download-image-with-name Extension CRX File

Download pixiv-download-image-with-name extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        イラストSNS pixiv ( http://www.pixiv.net/ ) のイラストをに、良い感じに名前を付けて保存できるようにします。
pixivのイラストを保存すると、普通は訳の分からない数字がファイル名になってしまいます。
このプラグインを使うと、イラストのタイトル、描いた人の名前などをつけて、しかも1クリックだけで保存できるようにします。                    

Extension Basic Information

Name pixiv-download-image-with-name pixiv-download-image-with-name
ID nlkgkpmmdbibfgbognoefhlnhpbkdefo
Official URL https://chromewebstore.google.com/detail/pixiv-download-image-with/nlkgkpmmdbibfgbognoefhlnhpbkdefo
Description pixivの画像を、良い感じに名前を付けてダウンロードできるようにします。
File Size 30.86 KB
Installation Count 562
Current Version 0.5.3
Last Updated 2017-09-24
Publish Date 2017-09-23
Rating 4.29/5 Total 7 Ratings
Developer https://kikuchy.hatenablog.com
Payment Type free
Extension Website https://github.com/kikuchy/pixiv-download-image-with-name
Help Page URL https://github.com/kikuchy/pixiv-download-image-with-name/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.5.3",
    "name": "pixiv-download-image-with-name",
    "description": "pixiv\u306e\u753b\u50cf\u3092\u3001\u826f\u3044\u611f\u3058\u306b\u540d\u524d\u3092\u4ed8\u3051\u3066\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002",
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.pixiv.net\/",
        "https:\/\/*.pixiv.net\/",
        "*:\/\/*.pximg.net\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "includes\/main.js"
            ],
            "matches": [
                "http:\/\/www.pixiv.net\/member_illust.php?*",
                "https:\/\/www.pixiv.net\/member_illust.php?*"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "lib\/backgrounds.js"
        ]
    }
}