Enhanced Image Viewer のレビュー
Enhanced Image Viewer 作成者: Sebastian Blask
Tom によるレビュー
合計レビュー数: 16
- 5 段階中 3 の評価HumanistAtypik によるレビュー (8ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 14013181 によるレビュー (4年前)
- 5 段階中 5 の評価Shubhankar によるレビュー (5年前)
- 5 段階中 4 の評価Jiří Macich ml. によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 15084896 によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 13601084 によるレビュー (7年前)
- Simple and effective addon, with its companion "Image Forward" by the same developer constitutes an almost perfect mode to have slide show with series of pictures opened in fullscreen mode and background of preferred color.
For this utilization I would want in preferences the opportunities to eliminate the informations briefly shown when opening an image and to open the images directly in fullscreen.
Anyway personal and minor flaws.
Thanks.
Firefox Quantum 57.0.1 - 1. good start, but it misses the most important scaling mode - "no anti-aliasing mode" (many people would like original crispy pixelated images), that can be toggled via CSS code:
html > body > img:only-child {
image-rendering: -moz-crisp-edges;
}
2. it will be perfect if that extension could toggle "no anti-aliasing mode" only when image scaled is bigger than 100% - that way when images zoomed-out (or have resolution less than your display) will be anti-aliased, and zoomed-in images (or those have resolution better than display resolution) will be displayed in original non-smoothed view. If you don't understand that I mean you can check any Faststone viewer software and look for scaling options. 開発者の返信
投稿日時: 8年前I was thinking about fit too window too already, let's see when I get the time... The background color doesn't switch when you change it from the toolbar button (it's bug in Firefox that the panel gets closed, see https://bugzilla.mozilla.org/show_bug.cgi?id=1378527) but when you go to the options page using ctrl-shift-a it works.開発者の返信
投稿日時: 8年前As I wrote in the description, ctrl-scroll should just work. What else are you expecting? This is not a great place to discuss, if you want to, please create an issue here: https://github.com/sblask/webextension-enhanced-image-viewer/issues and we can figure out how to improve this extension!