Link Previewer For Firefox의 버전 기록 - 5개 버전
Link Previewer For Firefox 제작자: Adam Yung
Link Previewer For Firefox의 버전 기록 - 5개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 2.1.2
2025년 8월 21일에 출시 - 41.09 KBfirefox 58.0 이상에서 작동Fix some bugs on Linux Platform and some improvements. See Changelog on Github Page for more!GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 2.1.1
2025년 8월 13일에 출시 - 447.35 KBfirefox 58.0 이상에서 작동GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1.0
2025년 8월 13일에 출시 - 447.33 KBfirefox 58.0 이상에서 작동Fix Out of Bounds Errors in Pocket ModeGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.1.1
2025년 8월 9일에 출시 - 444.35 KBfirefox 58.0 이상에서 작동Support Pocket mode, allowing user to browse the parent webpage while keeping preview open.
Added UI improvements such as loading animation.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.0
2025년 8월 2일에 출시 - 426.21 KBfirefox 58.0 이상에서 작동[1.0.0] - 2025-08-02
Changed- Reverted the build process to use a simpler and more flexible
build.sh
script, removing thenpm
wrapper for better compatibility, including for BSDsed
.
[0.9.0] - 2025-08-01
Added- Added Git LFS for handling large
.gif
files to keep the repository lightweight. - Re-added extension icons that were previously missing.
Changed- Updated the demo GIFs for the settings panel and Firefox functionality.
[0.8.0] - 2025-08-01
Added- New Feature: You can now enable or disable the link previewer on a per-site basis directly from the extension's options panel.
[0.7.0] - 2025-08-01
Added- Added demonstrative GIFs to the
README.md
to showcase the extension's features and settings.
Changed- Updated the
README.md
with more detailed information and usage instructions. - Renamed icon files for better organization and consistency.
[0.6.0] - 2025-08-01
Fixed- Improved Firefox compatibility by adding
sandbox
rules, allowing the previewiframe
to load a wider range of content securely.
[0.5.0] - 2025-07-31
Changed- Updated the
LICENSE.md
andREADME.md
files with the latest project information. - Transitioned the build process to use
package.json
scripts for a more standardized approach.
[0.4.0] - 2025-07-31
Changed- Tuned performance by optimizing CSS rules and leveraging the
content-visibility
property to prevent off-screen elements on the parent page from rendering.
Fixed- Resolved several bugs in the options panel, improving the reliability of saving settings.
- Walked back overly restrictive sandboxing rules to improve compatibility.
[0.3.0] - 2025-07-30
Fixed- Fixed a critical bug where mouse dragging and resizing events were being captured by the
iframe
, preventing smooth movement of the preview window. - Corrected an issue with the dark mode toggle on the options page.
Changed- Made the loading animation more impactful and visually appealing.
- The header filtering mechanism is now stateful, remaining active as long as a preview is open for more reliable content loading.
[0.2.0] - 2025-07-29
Added- New Feature: The preview window is now draggable and resizable, giving you full control over its placement and size.
Changed- Major performance boost by replacing an
overflow: hidden
rule withclip-path
, resulting in smoother animations and a more responsive feel.
[0.1.0] - 2025-07-25
Added- Initial release of the Link Previewer extension.
- Core functionality: long-press a link or use a modifier key + click to open a preview in a floating pop-up window.
- Basic UI with light and dark themes, configurable through an options page.
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
- Reverted the build process to use a simpler and more flexible