https://github.com/gcp/wxif
WebExtensions port of FxIF for reading EXIF information from JPEG files.
https://github.com/gcp/wxif
exif-reader firefox-webextension
Last synced: 5 months ago
JSON representation
WebExtensions port of FxIF for reading EXIF information from JPEG files.
- Host: GitHub
- URL: https://github.com/gcp/wxif
- Owner: gcp
- License: mpl-2.0
- Created: 2016-12-22T20:06:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T10:52:12.000Z (about 7 years ago)
- Last Synced: 2025-08-22T01:29:50.178Z (11 months ago)
- Topics: exif-reader, firefox-webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/addon/wxif/
- Size: 53.7 KB
- Stars: 17
- Watchers: 8
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# wxIF
wxIF is a port of FxIF to WebExtensions. It adds a context menu that
allows one to view EXIF, IPTC and XMP metadata from images.
## Differences with the XUL version
* It's not possible to verify that the image can potentially contain
EXIF data without downloading it. So the context menu item will be
displayed even on e.g. PNG images.
* Images are redownloaded instead of being fetched directly from the
cache. (The re-download may still be statisfied from cache).
## To Do
* The info panel layout is rather clunky. It should probably size to
its contents somehow.
* IPTC and XMP metadata support hasn't had much if any testing.
* The i18n support is a quick hack to be able to use the messages
from the previous version. This will need an overhaul.
* No translations from the original addon were ported.
* The coordinate notation and map provider are not configurable.
## License
MPL 2.0