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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}