WMWM - Chinese Pinyin Decoder

WMWM - Chinese Pinyin Decoder

Annotates Chinese text with pinyin readings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WMWM - Chinese Pinyin Decoder",
  "version": "1.1",
  "description": "Annotates Chinese text with pinyin readings",
  "permissions": [
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "a.png",
    "default_title": "WMWM"
  },
  "minimum_chrome_version": "14",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "background.js"
      ]
    }
  ],
  "icons": {
    "16": "a.png",
    "48": "b.png",
    "128": "c.png",
    "256": "d.png"
  },
  "manifest_version": 2
}