web image downloader
Using this extension you can download any image you want as type you want.
什么是web image downloader?
web image downloader是由ahmed chakir开发的Chrome扩展程序,该扩展的主要功能是“Using this extension you can download any image you want as type you want.”。
扩展截图
下载web image downloader扩展crx文件
下载web image downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | web image downloader |
ID | globiogeokggklpmjjfdglbhipdfmeoa |
官方URL | https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa |
简介 | Using this extension you can download any image you want as type you want. |
文件大小 | 13.18 KB |
安装次数 | 22 |
当前版本 | 2.1.4 |
更新时间 | 2021-10-26 |
上架时间 | 2021-10-26 |
开发者 | ahmed chakir |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://alsharqa.net/ |
帮助页面URL | https://alsharqa.net/ |
隐私政策页面URL | https://maaloma.tech/privacy-policy |
支持的语言 | 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" } |