Photex

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

Qu'est-ce que Photex ?

Photex est une extension Chrome développée par Mehtab Ahmad, et sa fonction principale est "Download all images of current web page with only a single click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Photex

Téléchargez les fichiers d'extension Photex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Photex Photex
ID lpopbkgnilckknhlionokbljpjebabkp
URL Officiel https://chromewebstore.google.com/detail/photex/lpopbkgnilckknhlionokbljpjebabkp
Description Download all images of current web page with only a single click.
Taille du Fichier 7.28 KB
Nombre d'Installations 172
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-10
Date de Publication 2023-06-09
Évaluation 4.67/5 Total 12 Évaluations
Développeur Mehtab Ahmad
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mehtabist.com/
URL de la Page d'Aide https://mehtabist.com/photex/
Langues Prises en Charge 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"
    }
}