web image downloader
Using this extension you can download any image you want as type you want.
Was ist web image downloader?
web image downloader ist eine Chrome-Erweiterung, die von ahmed chakir entwickelt wurde, und ihr Hauptmerkmal ist "Using this extension you can download any image you want as type you want.".
Erweiterungsscreenshots
web image downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie web image downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | web image downloader |
ID | globiogeokggklpmjjfdglbhipdfmeoa |
Offizielle URL | https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa |
Beschreibung | Using this extension you can download any image you want as type you want. |
Dateigröße | 13.18 KB |
Installationsanzahl | 22 |
Aktuelle Version | 2.1.4 |
Letztes Update | 2021-10-26 |
Veröffentlichungsdatum | 2021-10-26 |
Entwickler | ahmed chakir |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://alsharqa.net/ |
Hilfeseite URL | https://alsharqa.net/ |
URL der Datenschutzrichtlinien-Seite | https://maaloma.tech/privacy-policy |
Unterstützte Sprachen | 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" } |