Serial Image Getter

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

Serial Image Getter란 무엇입니까?

Serial Image Getter은(는) naclsoltakumi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ページ内に羅列して表示されている画像を、まとめてダウンロードできます。"입니다.

확장 프로그램 스크린샷

screenshot

Serial Image Getter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Serial Image Getter Serial Image Getter
ID ndhbogponmdkaoegbkoignijdlafjbbi
공식 URL https://chrome.google.com/webstore/detail/serial-image-getter/ndhbogponmdkaoegbkoignijdlafjbbi
설명 ページ内に羅列して表示されている画像を、まとめてダウンロードできます。
파일 크기 127 KB
설치 횟수 143
현재 버전 1.0
최근 업데이트 2020-04-10
출시 날짜 2020-04-06
개발자 naclsoltakumi
결제 유형 free
지원되는 언어 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"
    ]
}