web image downloader
Using this extension you can download any image you want as type you want.
Hvad er web image downloader?
web image downloader er en Chrome-udvidelse udviklet af ahmed chakir, og dens hovedfunktion er "Using this extension you can download any image you want as type you want.".
Udvidelsesskærmbilleder
Download web image downloader-udvidelses-CRX-fil
Download web image downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | web image downloader |
ID | globiogeokggklpmjjfdglbhipdfmeoa |
Officiel URL | https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa |
Beskrivelse | Using this extension you can download any image you want as type you want. |
Filstørrelse | 13.18 KB |
Antal Installationer | 22 |
Nuværende Version | 2.1.4 |
Senest Opdateret | 2021-10-26 |
Udgivelsesdato | 2021-10-26 |
Udvikler | ahmed chakir |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://alsharqa.net/ |
Hjælpeside-URL | https://alsharqa.net/ |
URL til Fortrolighedspolitik Side | https://maaloma.tech/privacy-policy |
Understøttede Sprog | 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" } |