A Firefox extension that adds pinyin annotations to Chinese text on web pages, backed by a local annotation service.
- uv (Python package manager)
uv syncuv run uvicorn server.app:app --reload --port 8000The service runs at http://localhost:8000. API docs available at http://localhost:8000/docs.
- Open
about:debugging#/runtime/this-firefoxin Firefox - Click "Load Temporary Add-on"
- Select
extension/manifest.json
