Pinyin Web

Pinyin Web

Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pinyin Web",
  "version": "0.2.32",
  "browser_specific_settings": {
    "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"
  }
}