Doplnky pre prehliadač Firefox
Prihlásiť sa
Ikona doplnku

História doplnku Pinyin Annotator - 13 verzií

Pinyin Annotator Autor: fixicelo

Hodnotenie: 5 z 5
Hodnotenie: 5 z 5
5
5
4
0
3
0
2
0
1
0
História doplnku Pinyin Annotator - 13 verzií
  • So starými verziami buďte opatrní! Tieto verzie sú zobrazené za účelom testovania a referencie.Vždy by ste mali používať najnovšiu verziu doplnku.

  • Najnovšia verzia

    Verzia 1.9.0

    Vydaná 1. aug 2026 - 2,27 MB
    Funguje s: firefox verzia 109.0a1 a novšia, android verzia 120.0 a novšia
    • 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

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť Firefox a získať rozšírenie
    Stiahnuť súbor
  • Staršie verzie

    Verzia 1.8.1

    Vydaná 21. júl 2026 - 2,22 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    • 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

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.8.0

    Vydaná 19. júl 2026 - 2,22 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    • 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

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.7.0

    Vydaná 19. júl 2026 - 2,22 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    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

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.6.1

    Vydaná 1. mar 2026 - 2,63 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    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.

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.6.0

    Vydaná 28. feb 2026 - 2,63 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    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.

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.5.0

    Vydaná 7. dec 2025 - 7,16 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    What's Changed
    feat: add ruby position options and update user preferences handling
    feat: add auto-annotate option to user preferences and UI

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.4.1

    Vydaná 7. nov 2024 - 7,16 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    - refactor: change dictionary to avoid 4MB size limit in Firefox (c970af8)

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.3.0

    Vydaná 26. okt 2024 - 6,2 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    Added a link to an online dictionary for each word in Selected Text area (a18eda3)

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.2.0

    Vydaná 7. sep 2024 - 6,18 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    - Added ignored nodes customization (31df6c8)
    - 支持《通用汉字规范表》 中所有字符 (pinyin-pro 3.22.0)

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.1.0

    Vydaná 2. jún 2024 - 5,77 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    - (experimental) Added keyboard shortcut to show/hide pinyin annotations (b121405)
    - Move annotation process to background script (70a97fa)

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.0.1

    Vydaná 10. apr 2024 - 5,44 MB
    Funguje s: firefox verzia 109.0a1 a novšia
    - 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

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
  • Verzia 1.0.0

    Vydaná 7. apr 2024 - 1 013,04 kB
    Funguje s: firefox verzia 109.0a1 a novšia

    Zdrojový kód je k dispozícii v rámci licencie Len GNU General Public License v3.0

    Stiahnuť súbor
Prejsť na domovskú stránku Mozilly

Doplnky

  • O nás
  • Blog o doplnkoch pre Firefox
  • Workshop tvorby rozšírenia
  • Centrum pre vývojárov
  • Pravidlá pre vývojárov
  • Komunitný blog
  • Fórum
  • Nahlásiť chybu
  • Pokyny pre recenzentov

Na stiahnutie

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

Najnovšie zostavy

  • Nightly
  • Beta

Firefox pre firmy

  • Enterprise

Komunita

  • Connect
  • Contribute
  • Developer

Sledujte nás

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Súkromie
  • Cookies
  • Právne informácie

Ak nie je uvedené inak, obsah tejto stránky je dostupný pod licenciou Creative Commons Attribution Share-Alike License v3.0 alebo jej akejkoľvek vyššej verzie.