[Ext] Image Download Ⅱ

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
User avatar
Merci chao
Posts: 207
Joined: December 31st, 2006, 11:20 pm
Location: Macau

[Ext] Image Download Ⅱ

Post by Merci chao »

Image Download Ⅱ

Description:
All images in web page will be saved in an auto-create sub folder.
Some filters are available: Dimension, Image Type, Unloaded, Background Images
You may add prefix to keep the order in file browser is the same as in web page.

Author: Merci chao
AMO Page: https://addons.mozilla.org/en-US/firefo ... %E2%85%B1/
Compatibility: Firefox 3.5+, Seamonkey 2.0+
Install/Download: Official Release, All Versions
Localization: http://www.babelzilla.org/index.php?opt ... nsion=5482
Screenshot:
    Image
Last edited by Merci chao on March 3rd, 2011, 9:17 pm, edited 1 time in total.
Please forgive my poor English, as I'm a Chin... well, Macaoese, that speak in Cantonese.

History Submenus II || Page Title in URL Bar || Double Click Top-Left to Close || Personal Menu
User avatar
Merci chao
Posts: 207
Joined: December 31st, 2006, 11:20 pm
Location: Macau

Re: [Ext] Image Download Ⅱ 3.0

Post by Merci chao »

Image Download Ⅱ 3.0b1

Addition:
+ Exception List, can use URL address or regular expression as rules
+ Ability of showing settings before saving
+ Ability of choosing whether create folder or not
+ Add "Browse..." in "Save all Images to" for choosing the download folder of saving

Fixing:
# Minor bugs fixed

Version 2.2 - 3.0
Please forgive my poor English, as I'm a Chin... well, Macaoese, that speak in Cantonese.

History Submenus II || Page Title in URL Bar || Double Click Top-Left to Close || Personal Menu
User avatar
Merci chao
Posts: 207
Joined: December 31st, 2006, 11:20 pm
Location: Macau

Re: [Ext] Image Download Ⅱ 3.0

Post by Merci chao »

Image Download Ⅱ 3.0b2

+ New language: Svenska
* Code refactoring
# Text in notification popup is unreadable when using Firefox 3.6 with Personas.
Version 2.2 - 3.0

* Show scale down preview in file name conflict pane
# Minor bug fix
Version 3.0b1 - 3.0b2
Please forgive my poor English, as I'm a Chin... well, Macaoese, that speak in Cantonese.

History Submenus II || Page Title in URL Bar || Double Click Top-Left to Close || Personal Menu
User avatar
Merci chao
Posts: 207
Joined: December 31st, 2006, 11:20 pm
Location: Macau

Re: [Ext] Image Download Ⅱ

Post by Merci chao »

Image Download Ⅱ 3.1b1
+ Support Seamonkey 2.0.*
* Improve User Interface
# Fix: Multiple download processes use the same setting in some case
Please forgive my poor English, as I'm a Chin... well, Macaoese, that speak in Cantonese.

History Submenus II || Page Title in URL Bar || Double Click Top-Left to Close || Personal Menu
stax76
Posts: 5
Joined: July 3rd, 2010, 2:09 am

Re: [Ext] Image Download Ⅱ

Post by stax76 »

Very useful add-on, thanks for building it. I can't get the thumbnail replace feature working:

Code: Select all

page url:      http://lubiekiedy.com/en/tag/26/slim/page/2
thumbnail url: http://lubiekiedy.com/images/images_main/medium/c624cd20d1ae103d4dac789232c1ba52.jpg
original url:  http://lubiekiedy.com/images/images_main/original/c624cd20d1ae103d4dac789232c1ba52.jpg

search patter:  (.+)(/images_main/medium/)(.+)
replace patter: $1/images_main/original/$3


Typically I have 30-100 tabs with images open, it's quite a bit work to enable every tab by hand so a setting to enable everything by default would be very helpful.

To batch open tabs I use the add-on builder:

Code: Select all

var tabs = require('tabs');

exports.main = function() {
    start = 1;
    end = 9;
    for (var i = start; i <= end; i++) {
        tabs.open("http://lubiekiedy.com/en/tag/26/slim/page/" + i);
    }
};
User avatar
Merci chao
Posts: 207
Joined: December 31st, 2006, 11:20 pm
Location: Macau

Re: [Ext] Image Download Ⅱ

Post by Merci chao »

Please forgive my poor English, as I'm a Chin... well, Macaoese, that speak in Cantonese.

History Submenus II || Page Title in URL Bar || Double Click Top-Left to Close || Personal Menu
stax76
Posts: 5
Joined: July 3rd, 2010, 2:09 am

Re: [Ext] Image Download Ⅱ

Post by stax76 »

Thanks for the support but that don't work either. Looking at the code with my almost not existing web dev skills I think it needs a fix using the JavaScript dialect as described here:

https://developer.mozilla.org/en-US/doc ... ng_Matches
obywatel
Posts: 2
Joined: March 24th, 2016, 11:34 am

Re: [Ext] Image Download Ⅱ

Post by obywatel »

Image Download Ⅱ is great extension but till now. I have problem. When I migrate to new version of firefox and I'm trying to run this extension it doesn't work...

ff version: 44.0.2
Image Download Ⅱ version: 6.0.3

1. Install - OK (xpi from old firefox)
2. Configuration - OK (I added folders)
3. Error - But when I want to save image to added folders there are no configured folders...

Image

Anyone can help how to fix this problem?
User avatar
Merci chao
Posts: 207
Joined: December 31st, 2006, 11:20 pm
Location: Macau

Re: [Ext] Image Download Ⅱ

Post by Merci chao »

The development of this extension is stopped permanently. Please wait for the new one that will come out this year.
Please forgive my poor English, as I'm a Chin... well, Macaoese, that speak in Cantonese.

History Submenus II || Page Title in URL Bar || Double Click Top-Left to Close || Personal Menu
Post Reply