Releases: NC22/KellyC-Image-Downloader
v1.2.9.3
1.2.9.1
1.2.8.4
Added fast capture from all currently opened tabs (Options : current + all from left \ right, or all)
Added optional auto conversion from webp to png (enabled by default)
Added validation for file extension before save to disk \ fixed issue with auto rename from jpg to jpeg
Added load related doc addition default behaivours (Options : "Take only one best match image" or "Take all images that bigger then preview")
Added load related doc error handler \ messages
Added recorder API methods :
onBeforeDownloadValidate - calls after successfull http request and get binary data from image url. Used for possible modifications \ validation of binary data before safe actual file to disk.
onRecorderImagesShow - calls after init extension downloading page, when all recorded images loaded in memory (K_FAV.getGlobal('fav').items, KellyDPage.cats)
onUpdateImagesBlock - calls on update image grid list UI (current pagination page)
Updated DA \ Discord \ Pikabu \ Instagram and other filters
1.2.3.7
1.2.0.4
1.1.9.3
1.1.5.6
- Added webRequest API support to prevent CORS \ Mixed-content request errors while download process
- Update image viewer widget
- Switched to Browser API storage by default (use localStorage in Firefox is now unacceptable)
- Added options keepTimer (prevent from sleep while download) and titleUpdate
- Added "download empty profile" method
1.1.4.7
Fix save filtered data to file on "Downloads" section
Added "Fetch" download mode implementation as alternative for XmlHttpRequest
Added configurable fast download
Reworked "Add to favorite" dialog
Replaced "Remove from favorite" dialog to extanded Edit \ Remove dialog
1.1.3.7
1.1.3.0
since 1.1.2.4
Allow to download url list even if download api not supported
Updated widget ImageViewer functional - fix onscroll event
Update widget Popup functional - replaced defaul close button element
Added request of reload data if something changed \ added to fav from another window
Fixed bug with zero element delete
Impruved prevent from close dispetcher
Update UI widgets
since 1.1.1.6
Added skip downloaded option
Added optional no confirm mode for add to fav button
Added extension options page (if something happend to parent site, all options can be accessed from there)
Fix get mimetype function
Fix download file function when download API is disabled
Added add bookmarks by exported buffer
Added priority edit function for item elements
Fix order for parsed items
Added prevent close window if download is running
Added collect data from tag
many other small fixes