Image Downloader - Image Finder

Find images on web pages, sort them by resolution or format, download one image or select all to bulk download.

Τι είναι το Image Downloader - Image Finder;

Το Image Downloader - Image Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Image Downloader, και η κύρια λειτουργία του είναι "Find images on web pages, sort them by resolution or format, download one image or select all to bulk download.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Downloader - Image Finder

Λήψη αρχείων επέκτασης Image Downloader - Image Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Image Downloader displays a thumbnail of each image found on the page, with the option to download all or just a selection. It is convenient if you want to download all photos, as it only takes two clicks. First, click the extension's icon and then the download button in the open pop-up.  

Of course, you can right-click on the images you want to download and choose the save option or pull them from your browser cache, which will automatically appear when you view them in your browser. 

Imagine a page with 40 images that you want to download. Then, instead of right-clicking multiple times, saving an entire page or fetching images from the browser cache, you can use an extension like Image Downloader to speed things up significantly. 

It's much more convenient to use an extension that automates the download process for you! 

What other valuable features does the image downloader have?

☑︎ See images that the page contains and links to
☑︎ Filter them by width, height, and URL
☑︎ Optionally show only images from links
☑︎ Select images to download by clicking on the image
☑︎ Use dedicated buttons to open individual images in new tabs
☑︎ Supporting all principal websites (Instagram, Facebook, Twitter, Pinterest) and many more                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Downloader - Image Finder Image Downloader - Image Finder
ID jfafkhnopckjfmnpekbmpmghhdlijaja
Επίσημο URL https://chromewebstore.google.com/detail/image-downloader-image-fi/jfafkhnopckjfmnpekbmpmghhdlijaja
Περιγραφή Find images on web pages, sort them by resolution or format, download one image or select all to bulk download.
Μέγεθος Αρχείου 633 KB
Αριθμός Εγκαταστάσεων 769,347
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2022-12-02
Ημερομηνία Δημοσίευσης 2022-11-28
Αξιολόγηση 4.53/5 Συνολικά 461 Αξιολογήσεις
Προγραμματιστής Image Downloader
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/image-downloaderpp/home
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content-sidebar.css",
                "css\/chunk-common.css",
                "css\/sidebar.css"
            ],
            "js": [
                "js\/content-sidebar.js",
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/sidebar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/images-observer.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/image-downloader-image-fi\/jfafkhnopckjfmnpekbmpmghhdlijaja\/reviews",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "",
        "downloads",
        "storage"
    ],
    "version": "0.1.3"
}