Photex

Download all images of current web page with only a single click.

Photex란 무엇입니까?

Photex은(는) Mehtab Ahmad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download all images of current web page with only a single click."입니다.

확장 프로그램 스크린샷

screenshot

Photex 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Photex is a powerful Chrome extension that allows you to effortlessly download all the images on any web page with just a single click. Say goodbye to the hassle of manually saving individual images one by one! With Photex, you can conveniently gather multiple images from a webpage and save them directly to your computer.

Key Features:

Quick and Easy: Seamlessly download all the images on any webpage in just a single click.
Time-Saving: Say goodbye to manual image saving and enjoy the convenience of bulk downloads.
Effortless Integration: Photex seamlessly integrates into your Chrome browser, enhancing your browsing experience.
Wide Compatibility: Download images from various websites, including social media platforms, blogs, news articles, and more.


Why Install Photex?

Photex allows you to download Jpg, Png, Svg, Icons, and all other types of images. Photex simplifies this process, empowering you to effortlessly save images in a single click. Whether you're collecting images for design projects, saving memorable photos, or gathering inspiration, Photex is the go-to tool for efficient image downloads. Save time, streamline your workflow, and enhance your browsing experience with Photex!

Get Photex now and start downloading images from any web page with ease. Simplify your image-saving process and enjoy the convenience of bulk downloads!                    

확장 프로그램 기본 정보

이름 Photex Photex
ID lpopbkgnilckknhlionokbljpjebabkp
공식 URL https://chromewebstore.google.com/detail/photex/lpopbkgnilckknhlionokbljpjebabkp
설명 Download all images of current web page with only a single click.
파일 크기 7.28 KB
설치 횟수 172
현재 버전 1.0
최근 업데이트 2023-06-10
출시 날짜 2023-06-09
평점 4.67/5 총 12 개의 평점
개발자 Mehtab Ahmad
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mehtabist.com/
도움말 페이지 URL https://mehtabist.com/photex/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Photex",
    "version": "1.0",
    "description": "Download all images of current web page with only a single click.",
    "permissions": [
        "activeTab",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}