Photex

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

O que é Photex?

Photex é uma extensão do Chrome desenvolvida por Mehtab Ahmad, e sua principal característica é "Download all images of current web page with only a single click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Photex

Baixe arquivos de extensão Photex no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Photex Photex
ID lpopbkgnilckknhlionokbljpjebabkp
URL Oficial https://chromewebstore.google.com/detail/photex/lpopbkgnilckknhlionokbljpjebabkp
Descrição Download all images of current web page with only a single click.
Tamanho do Arquivo 7.28 KB
Contagem de Instalações 172
Versão Atual 1.0
Última Atualização 2023-06-10
Data de Publicação 2023-06-09
Classificação 4.67/5 Total de 12 Avaliações
Desenvolvedor Mehtab Ahmad
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mehtabist.com/
URL da Página de Ajuda https://mehtabist.com/photex/
Idiomas Suportados 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"
    }
}