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 |
| Eメール | [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"
} | |