All website image grabber - Ultimate

An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.

All website image grabber - Ultimate란 무엇입니까?

All website image grabber - Ultimate은(는) Muneeb376에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

All website image grabber - Ultimate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features
Grab any types of images from any websites.
Supported extensions : .jpg, .jpeg, .gif, .png, .svg
.jfif, .pjpeg, .pjp, .ico, .cur , .apng.
Easy & Minimal UI.
Preview images before download.
Download a particular image by clicking on the download button.
Download all images with one click.
Bootstrap 4 Framework.
Pure JavaScript & Client-Side Scraping. 

Usage
As you can see in the above GIFs, the image grabbing process is super easy and you have to just click on the extension and it will automatically grab all the images and show it to you in no time.

All the images come with the dedicated download button so you can grab particular images on just one click.
There is also a download all button to grab all the images at once.                    

확장 프로그램 기본 정보

이름 All website image grabber - Ultimate All website image grabber - Ultimate
ID findgcmiknkgigbbimbeefdmcjmpmnog
공식 URL https://chrome.google.com/webstore/detail/all-website-image-grabber/findgcmiknkgigbbimbeefdmcjmpmnog
설명 An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.
파일 크기 88.18 KB
설치 횟수 1,000
현재 버전 1.0
최근 업데이트 2022-09-08
출시 날짜 2021-05-13
평점 4.27/5 총 11 개의 평점
개발자 Muneeb376
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://jobzbank.pk/
도움말 페이지 URL https://jobzbank.pk/contact-us/
개인정보 보호 정책 페이지 URL https://jobzbank.pk/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All website image grabber - Ultimate",
    "version": "1.0",
    "description": "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "activeTab",
        "",
        "downloads"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_popup": "layout.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}