Image Extractor by Attenti

🖼️ Image Extractor: Extract images direct from website pages and save these for future use.

Qu'est-ce que Image Extractor by Attenti ?

Image Extractor by Attenti est une extension Chrome développée par https://attenti.io, et sa fonction principale est "🖼️ Image Extractor: Extract images direct from website pages and save these for future use.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image Extractor by Attenti

Téléchargez les fichiers d'extension Image Extractor by Attenti au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🖼️ Image Extractor: Extract images direct from website pages and save these for future use.

🌐Extract images from websites and web pages in just one click.

⬇️Download a range of formats: Including PNG, JPEG, GIF, SVG, and WEBP.

Filter image format types to view what you are looking for. Whether it’s PNG, JPEG, GIF, SVG, or WEBP.

🪟View the image file size before downloading.

Click 🔗 to copy the image link.

Download images you cannot usually right click to download, using the Image Extractor by Attenti.

🖱️ Download singular images or select all to bulk download. Select from the thumbnail pane what image/s you would like to download.

Click ‘Scan’ to re-scan a new page or the same page with newly loaded images.                    

Informations de Base sur l'Extension

Nom Image Extractor by Attenti Image Extractor by Attenti
ID mofnjaflkbjjajdmhmnlpohgniliifbo
URL Officiel https://chromewebstore.google.com/detail/image-extractor-by-attent/mofnjaflkbjjajdmhmnlpohgniliifbo
Description 🖼️ Image Extractor: Extract images direct from website pages and save these for future use.
Taille du Fichier 69.6 MB
Nombre d'Installations 77
Version Actuelle 0.7
Dernière Mise à Jour 2023-10-18
Date de Publication 2023-09-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://attenti.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://attenti.io/
URL de la Page de Politique de Confidentialité https://attenti.io/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Extractor by Attenti",
    "version": "0.7",
    "manifest_version": 3,
    "description": "\ud83d\uddbc\ufe0f Image Extractor: Extract images direct from website pages and save these for future use.",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open",
        "default_icon": "\/images\/iconImage.png"
    },
    "icons": {
        "128": "\/images\/iconImage.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.mp3",
                "fonts\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}