web image downloader

Using this extension you can download any image you want as type you want.

Cos'è web image downloader?

web image downloader è un'estensione di Chrome sviluppata da ahmed chakir, e la sua funzione principale è "Using this extension you can download any image you want as type you want.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione web image downloader

Scarica i file di estensione web image downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        By using this extension you'll can download image as any type you want: PNG or JPG, WebP.

How to use this extension:

1.After installing rthe extension in google chrome webstore.
2.Go to image you want to download and open contextmenus.
3.You'll see extension's option.
4.Click on type you want to save image as.
5.It will be saved in your device fastly.

It's easy!
thank you.                    

Informazioni di Base sull'Estensione

Nome web image downloader web image downloader
ID globiogeokggklpmjjfdglbhipdfmeoa
URL Ufficiale https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa
Descrizione Using this extension you can download any image you want as type you want.
Dimensione del File 13.18 KB
Conteggio Installazioni 22
Versione Corrente 2.1.4
Ultimo Aggiornamento 2021-10-26
Data di Pubblicazione 2021-10-26
Sviluppatore ahmed chakir
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://alsharqa.net/
URL della Pagina di Aiuto https://alsharqa.net/
URL della Pagina della Politica sulla Privacy https://maaloma.tech/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "p128.png",
        "16": "p16.png",
        "48": "p48.png"
    },
    "background": {
        "scripts": [
            "1.background.js"
        ]
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "31.0.0",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "version": "2.1.4"
}