web image downloader

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

Vad är web image downloader?

web image downloader är en Chrome-tillägg utvecklad av ahmed chakir, och dess huvudfunktion är "Using this extension you can download any image you want as type you want.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner web image downloader-förlängningens CRX-fil

Ladda ner web image downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn web image downloader web image downloader
ID globiogeokggklpmjjfdglbhipdfmeoa
Officiell webbadress https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa
Beskrivning Using this extension you can download any image you want as type you want.
Filstorlek 13.18 KB
Antal Installationer 22
Aktuell Version 2.1.4
Senast Uppdaterad 2021-10-26
Publiceringsdatum 2021-10-26
Utvecklare ahmed chakir
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://alsharqa.net/
Hjälpsida URL https://alsharqa.net/
URL till Sekretesspolicy Sidan https://maaloma.tech/privacy-policy
Stödda Språk 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"
}