Bewertungen für ExImageInfo
ExImageInfo von coth
7 Bewertungen
- Bewertet mit 5 von 5 Sternenvon arobinski, vor 2 Jahren
Antwort des Entwicklers
geschrieben am vor 3 JahrenThat's not really true. It's fully working, except one little icon of one map provider.- Bewertet mit 2 von 5 Sternenvon Илья, vor 3 Jahren
- Bewertet mit 5 von 5 Sternenvon LeeRos, vor 4 JahrenОтличный плагин!
Минималистичный, классический вид и ничего лишнего. Очень удобно для быстрого просмотра информации о изображении.
Спасибо! - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 16891558, vor 4 Jahren
- Bewertet mit 5 von 5 Sternenvon Scribe, vor 5 JahrenNow that 'View image info' in the right click context menu has been removed in the dumbed down Firefox 87, this makes a useful replacement.
- Bewertet mit 1 von 5 Sternenvon circcc, vor 6 JahrenIt wil better if it support IPTC.
by the way,
"Unable to determine file size. This is a downloadable size. It could be compressed." is displayed in local file.
Edit: IPTC is not working. xIFr support IPTC.Antwort des Entwicklers
geschrieben am vor 6 JahrenAdded IPTC tags with newer version with ability to select more tags to show in main section.
WebExtensions cannot access file directly, so there are two ways to determine file size. One Content-Length size and another is cached size. But local files are not cached. So Content-Length is provided by browser. In case of file protocol Content-Length is likely a real file size. So i remove this notification for file protocol.
But with web servers it's often not a real size. Many servers compressing data for transfer.