Image And Photo Downloader - Online and Free
Free online image and photo saver - URL, background, social Downloader - JPG, PNG, bulk picture grabber
什么是Image And Photo Downloader - Online and Free?
Image And Photo Downloader - Online and Free是由johnwalley开发的Chrome扩展程序,该扩展的主要功能是“Free online image and photo saver - URL, background, social Downloader - JPG, PNG, bulk picture grabber”。
扩展截图
下载Image And Photo Downloader - Online and Free扩展crx文件
下载Image And Photo Downloader - Online and Free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Image and photo downloader is the fastest way to quickly save images from any website.
Download any photo or image in a matter of seconds: install this extension, navigate to any website, click extension icon at the top-right corner of the browser and select any image you want to download.
Features you get with this addon:
- Multiple formats available including PNG, JPEG, SVG, WEBP
- Filter images by size and links
- Preserves file name
- No ads and hidden purchases - all you get is a handy free tool
Click Download button and all selected images will be saved to the default Chrome browser download directory, or to a specified folder. 扩展基本信息
| 名称 | |
| ID | nhcdofaefcpfaoefffopanopapnekhca |
| 官方URL | https://chromewebstore.google.com/detail/image-and-photo-downloade/nhcdofaefcpfaoefffopanopapnekhca |
| 简介 | Free online image and photo saver - URL, background, social Downloader - JPG, PNG, bulk picture grabber |
| 文件大小 | 89.28 KB |
| 安装次数 | 50,000 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-03-02 |
| 上架时间 | 2021-03-02 |
| 评分 | 4.17/5 共35次评分 |
| 开发者 | johnwalley |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://service-pages.info/extensions/privacy_policy |
| 支持的语言 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.0",
"minimum_chrome_version": "31",
"manifest_version": 2,
"permissions": [
"activeTab",
"downloads"
],
"browser_action": {
"default_icon": "\/icon_128.png",
"default_popup": "\/views\/popup.html"
},
"icons": {
"16": "\/icon_16.png",
"48": "\/icon_48.png",
"128": "\/icon_128.png"
},
"web_accessible_resources": [
"\/images\/open.png",
"\/images\/download.png"
],
"background": {
"scripts": [
"\/scripts\/defaults.js"
]
},
"options_page": "\/views\/options.html"
} | |