Firefox 브라우저 부가 기능
로그인
추가 기능 아이콘

Pinyin Annotator의 버전 기록 - 13개 버전

Pinyin Annotator 제작자: fixicelo

5점 만점에 5점
5 / 5
5
5
4
0
3
0
2
0
1
0
Pinyin Annotator의 버전 기록 - 13개 버전
  • 이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.

  • 최신 버전

    버전 1.9.0

    2026년 8월 1일에 출시 - 2.27 MB
    firefox 109.0a1 이상, android 120.0 이상에서 작동
    • The extension is now available in 12 languages: English, 简体中文, 繁體中文, Tiếng Việt,
      Español, Français, 日本語, 한국어, Português (Brasil), Русский, Deutsch, Italiano
    • New Language setting in the Options page — pick your interface language,
      or keep it following your browser's language
    • Firefox for Android support
    • Annotation size control in the popup (50–300%), with an optional
      "Scale text together" mode
    • Zhuyin on the right side (traditional style) placement
    • Automated unit tests for the annotation engine (Vitest)
    • ESLint
    • Simplified build: pnpm package:all builds & packages both Chrome and Firefox
    • Updated dependencies

    Full Changelog: https://github.com/fixicelo/pinyin-annotator/compare/v1.8.1...v1.9.0

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

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

    버전 1.8.1

    2026년 7월 21일에 출시 - 2.22 MB
    firefox 109.0a1 이상에서 작동
    • Adapt bilibili new subtitle style
    • Reduce mutation processing delay from 200ms to 30ms for improved responsiveness

    Full Changelog: https://github.com/fixicelo/pinyin-annotator/compare/v1.8.0...v1.8.1

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.8.0

    2026년 7월 19일에 출시 - 2.22 MB
    firefox 109.0a1 이상에서 작동
    • Dark mode
    • Description field exceeds maximum size limit of 132 characters.

    Full Changelog: https://github.com/fixicelo/pinyin-annotator/compare/v1.7.0...v1.8.0

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.7.0

    2026년 7월 19일에 출시 - 2.22 MB
    firefox 109.0a1 이상에서 작동
    You can now choose to annotate Chinese with Zhuyin (Bopomofo) instead of Pinyin! Just switch Pronunciation to Zhuyin on the settings page.
    • Replaced HTML string parsing with programmatic DOM API, eliminating hundreds of DOMParser calls per page
    • Annotation of large pages now runs in chunks
    • Added debounce to the MutationObserver
    • Completely removed the antd dependency
    • Replaced it with a custom CSS design system for a unified visual style
    • Fixed the comparison logic in setObserverOptions (it was inverted)
    • Popup child components now share a single content script communication channel, eliminating duplicate queries
    • Extracted the storage layer from the Annotator class to improve modularity
    • Removed: antd, @emotion/react, @emotion/styled, html-react-parser

    Full Changelog: https://github.com/fixicelo/pinyin-annotator/compare/v1.6.1...v1.7.0

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.1

    2026년 3월 1일에 출시 - 2.63 MB
    firefox 109.0a1 이상에서 작동
    Bug Fixes
    Monitor mode restored: Fixed monitor mode was not working in v1.6.0.
    Subtitle stability: Fixed subtitle twitching during annotation updates.

    Performance Improvements
    Faster mutation handling: Cached ignoredNodes to reduce repeated checks during mutation processing.
    Inline annotation path: Annotate inline in the content script for lower overhead and smoother updates.

    Other Changes
    Added onlyBuiltDependencies allowlist.
    Ignored tsbuildinfo artifacts.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.6.0

    2026년 2월 28일에 출시 - 2.63 MB
    firefox 109.0a1 이상에서 작동
    New Features
    Auto-annotate option: Automatically annotate pages when they load — configurable in Settings.
    Context menu toggle: Right-click anywhere on a page to toggle pinyin annotations.
    Tab status detection: The popup now detects when a page needs to be refreshed (e.g. after installing the extension) or when the extension cannot run on a restricted page, and shows a clear message with a Refresh button.

    Bug Fixes
    Race condition on toggle: Fixed an issue where toggling annotation while it was still in progress could leave the page in a partially annotated state.
    Firefox text extraction: Worked around Firefox bug 1976237 affecting text node extraction.

    Other Changes
    Removed bundled LXGW WenKai Mono font to reduce extension size.
    Refactored Options page layout.
    Bumped dependencies.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.5.0

    2025년 12월 7일에 출시 - 7.16 MB
    firefox 109.0a1 이상에서 작동
    What's Changed
    feat: add ruby position options and update user preferences handling
    feat: add auto-annotate option to user preferences and UI

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.4.1

    2024년 11월 7일에 출시 - 7.16 MB
    firefox 109.0a1 이상에서 작동
    - refactor: change dictionary to avoid 4MB size limit in Firefox (c970af8)

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3.0

    2024년 10월 26일에 출시 - 6.2 MB
    firefox 109.0a1 이상에서 작동
    Added a link to an online dictionary for each word in Selected Text area (a18eda3)

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.0

    2024년 9월 7일에 출시 - 6.18 MB
    firefox 109.0a1 이상에서 작동
    - Added ignored nodes customization (31df6c8)
    - 支持《通用汉字规范表》 中所有字符 (pinyin-pro 3.22.0)

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.0

    2024년 6월 2일에 출시 - 5.77 MB
    firefox 109.0a1 이상에서 작동
    - (experimental) Added keyboard shortcut to show/hide pinyin annotations (b121405)
    - Move annotation process to background script (70a97fa)

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.1

    2024년 4월 10일에 출시 - 5.44 MB
    firefox 109.0a1 이상에서 작동
    - Font changed to "LXGW WenKai" (霞鹜文楷) (f817c50)
    - Added a Known Issues section in README (991010d)
    - "KBD" added to list of ignored nodes (e232838)
    - Permissions updated for better security (bffdd70)
    - Fixed unannotated YouTube subtitles (024c316, 97561e7)

    **Full Changelog**: https://github.com/fixicelo/pinyin-annotator/compare/v1.0.0...v1.0.1

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.0

    2024년 4월 7일에 출시 - 1,013.04 KB
    firefox 109.0a1 이상에서 작동

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

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

부가 기능

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

다운로드

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

최신 빌드

  • Nightly
  • Beta

기업용 Firefox

  • Enterprise

커뮤니티

  • Connect
  • Contribute
  • Developer

팔로우

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 개인 정보
  • 쿠키
  • 법률

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