Skip to content

Releases: cubeleco/imageData

v2.6.2

21 Mar 20:21
0b9e882
Compare
Choose a tag to compare
  • Manifest v3 support
  • Edits to the options page

v2.6.1

13 Oct 18:36
e215561
Compare
Choose a tag to compare
  • Fixed extension breaking of slow loading pages (Fixes #5)

v2.6

22 Mar 22:09
d533b52
Compare
Choose a tag to compare
  • option to show only for images in a new tab (#3)
  • data shown automatically for images in a new tab (no need to move the mouse when switching tabs)
  • fixed perfSize not updating after an image finished loaded

v2.5

04 Oct 18:37
104a81c
Compare
Choose a tag to compare
  • added performance size data display
  • change default data display to use extension and perfSize, to avoid head request
  • fix missing file extension clearing display data after it

v2.4

18 Aug 16:21
75595bd
Compare
Choose a tag to compare
  • Firefox for android and touch screen support

v2.3

19 May 15:48
05c2028
Compare
Choose a tag to compare
  • data order json option with new display data:
    • mime type
    • domain
    • file name
    • pixel total
    • modification date
  • updated toggle shortcut (Shift+Alt+X) and options page to work with chrome
  • options page shortcut input no longer prevents browser shortcuts
  • options page light/dark theme set according to system theme
  • mime type is now default file type display
  • file size formatted to locale (for US comma separated: 1,000 B)
  • file size divisor option is now a number input
  • text areas auto resize to fit contents

v2.2

29 Apr 18:17
6c2334c
Compare
Choose a tag to compare
  • display delay option
  • display set using visibility and opacity: allowing for smooth transitions
  • default toggle shortcut moved to command shortcut (works on any page e.g. local images)
  • minimum resolution changed to scaled/viewed resolution (suggested by @Jackymancs4)
  • file size no longer requested for all tabs on enable

v2.1

17 Apr 21:33
37a97de
Compare
Choose a tag to compare
  • cross-origin file size requests with host permission
  • minimum image resolution option
  • file size precision calculated in options (user may need to update this value)
  • file size requested only while add-on is enabled

v2.0

09 Apr 16:26
d8a6883
Compare
Choose a tag to compare
  • toggle and hold keyboard shortcuts
  • file size can be disabled
  • file size decimal precision option
  • dark options theme
  • reset to default options button
  • css presets moved to presets.css
  • fixed hovering an image not displaying on page load
  • data div stays hidden on page. saves from constant recalculation of styles, allows shortcuts to show images with overlays, and avoids duplicate xhrs.

v1.7

22 Jun 22:08
46cb24b
Compare
Choose a tag to compare

added alt text display
added alternate file size divisions
added tool tips to explain each setting
fixed examples alignment