Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

PageGrep의 버전 기록 - 7개 버전

PageGrep 제작자: wugq.dev

아직 평점이 없습니다
0 / 5
5
0
4
0
3
0
2
0
1
0
PageGrep의 버전 기록 - 7개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 1.8

    2026년 3월 30일에 출시 - 162.89 KB
    firefox 58.0 이상에서 작동
    Added
    • Print reader article — a print button (printer icon, left toolbar beside the library button) sends the cleaned article to the browser print dialog or print-to-PDF. Typography is normalized for paper: 12pt body, 1.5 line height, full page width, light theme forced regardless of reader setting. The source URL is shown below the article byline (print only) and stays correct when switching between live and saved library articles. Images become clickable links in the exported PDF so the user can open them in a new tab to download. The floating panel is hidden during print.

    MIT 라이선스에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 1.7

    2026년 3월 29일에 출시 - 161.71 KB
    firefox 58.0 이상에서 작동
    Added
    • Save-for-later reading list — save articles from any page and read them later from a library panel inside the reader overlay
    • Back-to-article button — when reading a saved article from the library, a back button returns you to the original page article without closing the reader

    Changed
    • Reader overlay and floating panel now use Shadow DOM for full CSS isolation
    • Reader and floating panel CSS extracted from inline JS template literals into dedicated stylesheet files
    • Theme selector simplified to light/dark only; auto/system mode removed
    • Reader settings UI extracted into a dedicated module (content-reader-settings.js)
    • Library panel UI extracted into a dedicated module (content-reader-library.js)

    Fixed
    • Reader-mode summary now saves under the library article's URL instead of the current page URL, so summaries are no longer misattributed when switching articles in the library
    • XSS vulnerability: on* event handlers and javascript:/vbscript: URLs are now stripped from saved article HTML before rendering
    • Repeated AI requests (summarize, find interesting) now cancel the previous in-flight request instead of racing
    • _readerStates in-memory mirror now stays in sync with storage changes from other tabs
    • Async state races, stale element references, and missed cleanup on reader close
    • Accumulating mouseleave listeners on summary and highlight list items
    • Reader images no longer stretch — height: auto restored correct aspect ratio
    • Translation restore now correctly reapplies stored translations when reopening an article
    • Missing i18n translations for save/library UI across all supported locales
    • Content script matches restricted to http/https only (was <all_urls>)
    • Background script no longer crashes on empty choices array from the API
    • i18n placeholder RegExp no longer vulnerable to metacharacter injection

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6

    2026년 3월 27일에 출시 - 137.41 KB
    firefox 58.0 이상에서 작동
    Added
    • Reader state persistence — reader mode now restores cached paragraph translations, summary targets, and reading position when you reopen the same article

    Fixed
    • Reader mode now opens cleanly on first entry, with the floating reader button correctly switching into the settings trigger
    • Cached summary items in reader mode once again scroll to the correct article location after reopening
    • Cached page summaries now restore clickable scroll targets on normal pages too
    • Sidebar content state no longer gets overwritten by stale responses when switching tabs quickly
    • Clearing settings now also clears cached page summaries, reader state, and reader preferences
    • While reader mode is active, the floating panel can no longer be hidden through the right-click context menu

    Changed
    • Sidebar toggle rows now show a clearer disabled state while reader mode temporarily locks panel-removal controls
    • Summary cards and floating panel buttons now use more accurate click affordances

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.5

    2026년 3월 26일에 출시 - 134.19 KB
    firefox 58.0 이상에서 작동
    Added
    • Reader mode — distraction-free reading overlay powered by Mozilla Readability, with per-page font size, line spacing, width, and theme controls (auto/light/sepia/dark); settings persist across sessions
    • Translate in reader mode — the translate button works inside the reader overlay, targeting only the article content
    • Reader mode i18n — all reader UI strings localised across all 13 supported locales

    Fixed
    • Floating panel and hide-on-site toggles in the sidebar are now locked while reader mode is active, preventing the panel from being removed while the reader settings trigger is in use
    • Settings popup repositions correctly when the sidebar is toggled open or closed
    • Scroll position is correctly restored when closing reader mode even when the page was scrolled to the top

    Changed
    • Module architecture refactored: content.js split into seven focused modules (content-core, content-dom, content-translation, content-collectors, content-panel, content-selection, content-init)

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.4

    2026년 3월 23일에 출시 - 88.58 KB
    firefox 58.0 이상에서 작동
    Added
    • Smart selection toolbar on translated paragraphs — selecting text inside a translated paragraph now shows "↩ Original" (reverts that paragraph) and "Copy + Original" (copies source + selected translation together) instead of the redundant Translate button
    • Copy article to clipboard — the second button in the floating panel extracts the page article as Markdown and copies it to the clipboard, with loading state while extracting
    • New models — added gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, o3, and o3-mini to the model selector
    • API timeout — all OpenAI requests now timeout after 30 seconds instead of hanging indefinitely
    • Sidebar loading timeout — if an operation takes longer than 45 seconds with no response, the loading spinner auto-clears with an error message

    Fixed
    • Toggle buttons (original ↔ translation) on translated paragraphs now use SVG icons instead of text labels, so they fit all UI languages
    • Toggle button icon is now correctly centred in the circular button
    • Selection toolbar no longer shows Translate button on already-translated text
    • Float panel size clamping now uses actual panel dimensions instead of hardcoded 52px
    • Resetting all settings now also clears the saved panel position
    • "No matches found" message now appears inside the Interests tab instead of the shared global error area
    • API key error detection now uses an error code instead of locale-specific string matching, fixing the Settings link not appearing for non-English/Chinese browser locales
    • Interest matching prompt tightened to reduce false positives and fabricated reasons
    • Disable selection translate when the floating button is globally hidden

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3

    2026년 3월 22일에 출시 - 81.08 KB
    firefox 58.0 이상에서 작동
    Added
    • Text selection translate feature
    • Per-domain float button blocking
    • Sidebar site toggle

    Fixed
    • Keep float button within viewport using ratio-based position storage
    • Resolve AMO validation errors and security warnings
    • Fix click positioning bug in float panel

    Build
    • Add build script to package extension into dist/

    Docs
    • Add Firefox AMO store listing document
    • Update README to reflect PageGrep rename and new features

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2

    2026년 3월 19일에 출시 - 76.35 KB
    firefox 58.0 이상에서 작동
    Fix floating button position

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.