imazip
Download images in web page as a zip file.
O que é imazip?
imazip é uma extensão do Chrome desenvolvida por hatz48, e sua principal característica é "Download images in web page as a zip file.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão imazip
Baixe arquivos de extensão imazip no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
閲覧しているページ内の画像を 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.
Informações Básicas da Extensão
Nome | imazip |
ID | bkddmodjbkeffnnpganagafghockmkij |
URL Oficial | https://chromewebstore.google.com/detail/imazip/bkddmodjbkeffnnpganagafghockmkij |
Descrição | Download images in web page as a zip file. |
Tamanho do Arquivo | 366 KB |
Contagem de Instalações | 553 |
Versão Atual | 1.0.5 |
Última Atualização | 2015-01-13 |
Data de Publicação | 2015-01-13 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | hatz48 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |