Κριτικές για το ExImageInfo
ExImageInfo από coth
7 κριτικές
- Βαθμολογία 5 από 5από arobinski, 2 χρόνια πριν
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 3 χρόνια πρινThat's not really true. It's fully working, except one little icon of one map provider.- Βαθμολογία 2 από 5από Илья, 3 χρόνια πριν
- Βαθμολογία 5 από 5από LeeRos, 4 χρόνια πρινОтличный плагин!
Минималистичный, классический вид и ничего лишнего. Очень удобно для быстрого просмотра информации о изображении.
Спасибо! - Βαθμολογία 5 από 5από Χρήστης Firefox 16891558, 4 χρόνια πριν
- Βαθμολογία 5 από 5από Scribe, 4 χρόνια πρινNow that 'View image info' in the right click context menu has been removed in the dumbed down Firefox 87, this makes a useful replacement.
- Βαθμολογία 1 από 5από circcc, 6 χρόνια πρινIt 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.Απάντηση προγραμματιστή
δημοσιεύτηκε στις 6 χρόνια πρινAdded 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.