Reviews for Exif Viewer
Exif Viewer by Alan Raskin
52 reviews
- Rated 5 out of 5by Firefox user 13327053, 8 years agoNew version (3.0) cannot be installed, FF says it's corrupt... Please, fix it.
Thanks.
EDIT: Thanks, but it didn't help, my FF ESR 52.4.0 (32-bit) still says it's corrupt. I fixed it by modifying manifest.json (un-commenting "applications" section and changed min version to 52...) Maybe you could make it compatible to ESR too...Developer response
posted 8 years agoI just removed and re-installed it on my system, and it worked fine. A couple of other users were also able to install it without any problems. You might want to try removing it, exiting from Firefox, and then re-installing it from addons.mozilla.org; perhaps the download failed. - Rated 5 out of 5by andrew, 8 years agoThanks for the update!
I have a problem - long time of loading result with large files.Developer response
posted 8 years agoYes.
The "legacy" version could stream the image's binary data a little at a time, since it was able to use the XPCOM interface to access Firefox's functionality.
The WebExtensions version is much more restricted, because it is treated much the same as any web page, and so it has to download the entire image before it can process it.
Out of curiosity, what are your browser's cache settings? I'd hope that the Viewer's request for the image has access to the cache, but maybe not.
- Alan