Chrome extension that automatically changes zoom level to fit window width.
The main objective is to have 3 different zoom modes:
- Shrink Only - Zoom is always at 100% unless window width is decreased and the contents are shrinked to fit, avoiding horizontal scrollbar (this is probably the expected behaviour for most of the users).
- Grow Only - Zoom level is never lower than 100% and it only grows for the contents to fit window width.
- Shrink and Grow - Contents are shrinked and growed to fit window width.
In addition to the zoom mode the user can choose which addresses he/she wants to exclude from being zoomed in/out. This options are available through options page and on each tab's context menu.