Image Extractor by Attenti

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

Image Extractor by Attenti क्या है?

Image Extractor by Attenti https://attenti.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🖼️ Image Extractor: Extract images direct from website pages and save these for future use."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Image Extractor by Attenti एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🖼️ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Image Extractor by Attenti Image Extractor by Attenti
ID mofnjaflkbjjajdmhmnlpohgniliifbo
आधिकारिक URL https://chromewebstore.google.com/detail/image-extractor-by-attent/mofnjaflkbjjajdmhmnlpohgniliifbo
विवरण 🖼️ Image Extractor: Extract images direct from website pages and save these for future use.
फ़ाइल का आकार 69.6 MB
स्थापना संख्या 77
वर्तमान संस्करण 0.7
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2023-09-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://attenti.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://attenti.io/
गोपनीयता नीति पृष्ठ URL https://attenti.io/privacy-policy
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}