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 |
| 官方網址 | 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"
} | |