Serial Image Getter

ページ内に羅列して表示されている画像を、まとめてダウンロードできます。

What is Serial Image Getter?

Serial Image Getter is a Chrome extension developed by naclsoltakumi, and its main feature is "ページ内に羅列して表示されている画像を、まとめてダウンロードできます。".

Extension Screenshots

screenshot

Download Serial Image Getter Extension CRX File

Download Serial Image Getter 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

                                            

Extension Basic Information

Name Serial Image Getter Serial Image Getter
ID ndhbogponmdkaoegbkoignijdlafjbbi
Official URL https://chrome.google.com/webstore/detail/serial-image-getter/ndhbogponmdkaoegbkoignijdlafjbbi
Description ページ内に羅列して表示されている画像を、まとめてダウンロードできます。
File Size 127 KB
Installation Count 143
Current Version 1.0
Last Updated 2020-04-10
Publish Date 2020-04-06
Developer naclsoltakumi
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Tak",
    "name": "Serial Image Getter",
    "description": "\u30da\u30fc\u30b8\u5185\u306b\u7f85\u5217\u3057\u3066\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u753b\u50cf\u3092\u3001\u307e\u3068\u3081\u3066\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002",
    "version": "1.0",
    "icons": {
        "32": "res\/icon_32.png",
        "48": "res\/icon_48.png",
        "128": "res\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "res\/icon_32.png",
        "default_title": "Serial Image Getter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "background"
    ]
}