Image downloader Korag

Simple way to find and download all images on the web

Τι είναι το Image downloader Korag;

Το Image downloader Korag είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Armen Stepanyan, και η κύρια λειτουργία του είναι "Simple way to find and download all images on the web".

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

screenshot
screenshot
screenshot

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

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

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

                        Image Downloader Korag simplifies the process of finding and downloading images from any website. Enjoy a hassle-free experience as it detects and displays various image formats such as jpg, png, svg, and more. This extension provides a convenient modal window that allows you to preview and download multiple images at once.

Key Features:

- Effortless Image Discovery: Korag scans the entire webpage to locate and present all images within a sleek modal window.

- Bulk Downloading: Download multiple images simultaneously with just one click, saving you time and effort.

- Filter Options: Tailor your image search with filter options based on image type or size. Refine your results for a more focused and efficient experience.

Note: After the initial installation, be sure to reload your browser tabs to activate the extension.                    

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

Όνομα Image downloader Korag Image downloader Korag
ID aiheepppchdpmpibhpmkmdikfgimfigl
Επίσημο URL https://chromewebstore.google.com/detail/image-downloader-korag/aiheepppchdpmpibhpmkmdikfgimfigl
Περιγραφή Simple way to find and download all images on the web
Μέγεθος Αρχείου 22.29 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2024-02-18
Ημερομηνία Δημοσίευσης 2021-10-20
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Armen Stepanyan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://chess.orgfree.com/privacy.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "64.png",
        "default_popup": "options\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Simple way to find and download all images on the web",
    "icons": {
        "128": "128.png",
        "64": "64.png",
        "16": "32.png",
        "48": "48.png"
    },
    "manifest_version": 3,
    "name": "Image downloader Korag",
    "options_ui": {
        "page": "options\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "contextMenus",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/page-style.css",
                "content\/external-link.svg",
                "content\/download.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}