Image Extractor by Attenti

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

Image Extractor by Attenti là gì?

Image Extractor by Attenti là một tiện ích mở rộng Chrome được phát triển bởi https://attenti.io, và tính năng chính của nó là "🖼️ Image Extractor: Extract images direct from website pages and save these for future use.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Extractor by Attenti

Tải xuống các tệp mở rộng Image Extractor by Attenti dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Extractor by Attenti Image Extractor by Attenti
ID mofnjaflkbjjajdmhmnlpohgniliifbo
URL Chính Thức https://chromewebstore.google.com/detail/image-extractor-by-attent/mofnjaflkbjjajdmhmnlpohgniliifbo
Mô tả 🖼️ Image Extractor: Extract images direct from website pages and save these for future use.
Kích Thước Tệp 69.6 MB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2023-09-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://attenti.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://attenti.io/
URL Trang Chính Sách Bảo Mật https://attenti.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}