behind! 版本历史 - 22 个版本
behind! 作者: Devrim Sahin
behind! 版本历史 - 22 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.2.20
发布于 2022年4月15日 - 54.26 KB适用于 firefox 48.0 及更高版本Enhanced the "bypass results page for single image results" feature so that it enables users to automatically open the widest / tallest / largest image result. Resolves the issue described here: https://github.com/kubuzetto/behind/issues/25源代码遵循 Mozilla 公共许可证 2.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 0.2.19
发布于 2022年3月14日 - 182.1 KB适用于 firefox 48.0 及更高版本A minor bug was fixed where the last item in a srcset was not parsed properly.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.18
发布于 2022年3月13日 - 183.62 KB适用于 firefox 48.0 及更高版本- Fixed a case where URLs that failed to load in the inline page may keep trying, thus generating network traffic
- Fixed a bug parsing urls from srcset tags where the URLs contained commas.
These fixes solves the following issue: https://github.com/kubuzetto/behind/issues/22源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.17
发布于 2021年9月23日 - 53.54 KB适用于 firefox 48.0 及更高版本Hotfix for an ordering bug in 0.2.16 (largest first / largest last options did not work)源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.16
发布于 2021年9月23日 - 53.53 KB适用于 firefox 48.0 及更高版本Added result sorting functionality源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.15
发布于 2021年5月25日 - 52.79 KB适用于 firefox 48.0 及更高版本- The 'tallest', 'widest' and 'largest image' marks are no longer shown in the result page if there is only one result. Also, hovering on these icons now show their meanings (added title texts on the icons)
- Image filename is shown under the image whenever possible.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.14
发布于 2021年5月5日 - 51.68 KB适用于 firefox 48.0 及更高版本The 'fetch as blob' workaround introduced in 0.2.13 is now optional (i.e. treated as a fallback option if the original method doesn't work), as it interfered with several users' workflow.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.13
发布于 2021年5月2日 - 51.65 KB适用于 firefox 48.0 及更高版本- Fixed an issue where certain URLs would not be accessible (see https://github.com/kubuzetto/behind/issues/10)源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.12
发布于 2020年11月14日 - 52.2 KB适用于 firefox 48.0 及更高版本The largest, widest and tallest image results are now indicated with small icons.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.11
发布于 2020年10月19日 - 51.56 KB适用于 firefox 48.0 及更高版本- Minor fix for duplicate image results源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.10
发布于 2020年10月18日 - 51.56 KB适用于 firefox 48.0 及更高版本- Added image preview page
- Added "bypass result screen for single result" option
- Video tags are now shown properly
- Option page is shown upon first install源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.9
发布于 2020年10月13日 - 49.78 KB适用于 firefox 48.0 及更高版本Regex for URL matching is fixed: https://github.com/kubuzetto/behind/issues/6源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.7
发布于 2020年7月20日 - 49.58 KB适用于 firefox 48.0 及更高版本- Added theme selection controls in the Options page into the main window as well
- Result pages of the add-on are no longer kept in browser history. Since this feature requires another permission (the history permission), it is left optional and can be disabled.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.5
发布于 2020年7月7日 - 44.9 KB适用于 firefox 48.0 及更高版本- Tweak the images page a little
- Waterfox compatibility源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.4
发布于 2020年7月6日 - 44.79 KB适用于 firefox 48.0 及更高版本Tweaked the CSS, re-added the missing SVG icon源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.3
发布于 2020年7月6日 - 42.12 KB适用于 firefox 48.0 及更高版本Image resolutions are now shown under the images.
SVG icon is changed with PNG, allowing compatibility with Chrome.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.2
发布于 2020年7月5日 - 25.01 KB适用于 firefox 48.0 及更高版本Added an options page where the user can choose to bring the new tab forward by default.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.1
发布于 2020年3月29日 - 23.62 KB适用于 firefox 48.0 及更高版本- Removed 'store' permission request.
- Added polyfill for chrome support, fixed some edge cases.
- Added message for when no images were found.源代码遵循 Mozilla 公共许可证 2.0 发布
版本 0.2.0
发布于 2020年3月28日 - 16.13 KB适用于 firefox 48.0 及更高版本- Localization support implemented; Turkish and English is supported.
- Changed the execution model for a more lightweight background script. In this version, the background script is completely event-driven and does not store any state.
- Added support for capturing image from canvas tags (This uses toDataURL() and does not work for WebGL contexts where preserveDrawingBuffer flag is set to false).
- Fixed weird race condition issue where the context menu string is not updated when DOM traversal takes longer than context menu opening.
- This version also requires storage permissions. It does not do anything with it, but the next version will need the permission for the options page.源代码遵循 Mozilla 公共许可证 2.0 发布