Image Downloader

Browse and download images from websites using Image Downloader.

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

Το Image Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FREE APPS, και η κύρια λειτουργία του είναι "Browse and download images from websites using Image Downloader.".

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

screenshot
screenshot

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

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

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

                        Image Downloader can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click.

For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk.

You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.                    

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

Όνομα Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
Επίσημο URL https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Περιγραφή Browse and download images from websites using Image Downloader.
Μέγεθος Αρχείου 110 KB
Αριθμός Εγκαταστάσεων 421
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-11-23
Ημερομηνία Δημοσίευσης 2020-11-23
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής FREE APPS
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.smart-finder.net/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Image Downloader",
    "description": "Browse and download images from websites using Image Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}