web image downloader
Using this extension you can download any image you want as type you want.
What is web image downloader?
web image downloader is a Chrome extension developed by ahmed chakir, and its main feature is "Using this extension you can download any image you want as type you want.".
Extension Screenshots
Download web image downloader Extension CRX File
Download web image downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | web image downloader |
ID | globiogeokggklpmjjfdglbhipdfmeoa |
Official URL | https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa |
Description | Using this extension you can download any image you want as type you want. |
File Size | 13.18 KB |
Installation Count | 22 |
Current Version | 2.1.4 |
Last Updated | 2021-10-26 |
Publish Date | 2021-10-26 |
Developer | ahmed chakir |
[email protected] | |
Payment Type | free |
Extension Website | https://alsharqa.net/ |
Help Page URL | https://alsharqa.net/ |
Privacy Policy Page URL | https://maaloma.tech/privacy-policy |
Supported Languages | 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" } |