Pinyin Web

Pinyin Web

Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau, Jyutping) or Teochew, with word grouping, meanings (3line or popup), fast local processing + context-based handling of ambiguous readings

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Pinyin Web",
  "version": "0.2.30",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2913c416-cda7-4b3d-aef0-f71995b8a05f}"
    },
    "gecko_android": {}
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "ruby.css"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Annotate",
    "default_popup": "config.html",
    "browser_style": true,
    "default_icon": {
      "32": "32.png"
    }
  },
  "permissions": [
    "<all_urls>",
    "clipboardRead"
  ],
  "icons": {
    "32": "32.png",
    "48": "48.png",
    "96": "96.png"
  }
}