ExImageInfo のレビュー
ExImageInfo 作成者: coth
合計レビュー数: 7
開発者の返信
投稿日時: 3年前That's not really true. It's fully working, except one little icon of one map provider.- 5 段階中 5 の評価Firefox ユーザー 16891558 によるレビュー (4年前)
開発者の返信
投稿日時: 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.