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開發的Chrome擴展程式,該擴展的主要功能是“🖼️ Image Extractor: Extract images direct from website pages and save these for future use.”。

擴展截圖

screenshot

下載Image Extractor by Attenti擴展crx文件

下載Image Extractor by Attenti擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🖼️ 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
官方網址 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:\/\/*\/*"
    ]
}