imazip
Download images in web page as a zip file.
什麼是imazip?
imazip是由hatz48開發的Chrome擴展程式,該擴展的主要功能是“Download images in web page as a zip file.”。
擴展截圖
下載imazip擴展crx文件
下載imazip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
閲覧しているページ内の画像を zip でダウンロードできる拡張です。 ダウンロードしたい画像がある範囲を指定してダウンロードすることが出来るので、ページ内の不要な画像までダウンロードしてしまうことを防ぐことが出来ます。 また、選択した範囲の中の画像もさらに zip に含めるかどうかを選択できるので、自分の欲しい画像だけを zip することができます。 Change Log ================ 1.0.5 - fix bug. 1.0.3,1.0.4 - fix bug. 1.0.2 - ハイライトをわかりやすくしました - highlight target element more cleary. 1.0.1 - tumblr 検索からのダウンロードを強化しました - support download from tumblr strongly. 1.0.0 - デザインを修正してバージョン 1 をリリースしました - fix design and version 1 released. 0.2.1 - 実験的機能: google 画像検索、tumblr 検索からダウンロード出来るようにしました - experimental: enable download images from 'google images', 'tumblr search' 0.2.0 - フィルタリングに関するいくつかのバグを修正しました - fix bugs of filtering. 0.1.10 - シークレットモードで利用出来るようにしました - enable extension in incognito window too. 0.1.9 - サムネイルの場合はリンク画像を選択出来る機能を実装しました - implement thumbnail filter. 0.1.8: - デザインを調整しました - Refine design. 0.1.7: - 画像サイズでのフィルタリングに関するバグを修正しました 0.1.6: - 画像選択画面において、画像のサイズと url を表示するようにしました - zip しないで一括ダウンロードできるようにしました 0.1.5: - 画像選択画面において、画像を url でフィルタリングできるようにしました - It becomes to be able to filter images by url, when you are selecting images. 0.1.4: - 画像選択画面において、画像をサイズでフィルタリングできるようにしました - It becomes to be able to filter images by size, when you are selecting images. 0.1.3: - 画像選択画面での画像表示サイズを変更できるようにしました - It becomes to be able to change image size when you are selecting images.
擴展基本資訊
名稱 | imazip |
ID | bkddmodjbkeffnnpganagafghockmkij |
官方網址 | https://chromewebstore.google.com/detail/imazip/bkddmodjbkeffnnpganagafghockmkij |
簡介 | Download images in web page as a zip file. |
檔案大小 | 366 KB |
安裝次數 | 553 |
目前版本 | 1.0.5 |
更新時間 | 2015-01-13 |
上架時間 | 2015-01-13 |
評分 | 4.00/5 共 4 次評分 |
開發者 | hatz48 |
付費類型 | free |
支援的語言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imazip", "version": "1.0.5", "description": "Download images in web page as a zip file.", "icons": { "128": "img\/icon_16.png" }, "browser_action": { "default_icon": "img\/icon_16.png", "default_title": "imazip" }, "author": "hatz48", "background": { "scripts": [ "js\/jszip.js", "js\/uri.js", "js\/background.js" ], "persistent": false }, "incognito": "split", "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/search\/*" ], "js": [ "js\/jquery-2.0.3.js", "js\/helpers\/tumblr.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "activeTab", "downloads" ] } |