Pinyin Now

Pinyin Now

Translate any text or any webpage to Pinyin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pinyin Now",
  "description": "Translate any text or any webpage to Pinyin.",
  "version": "1.1",
  "icons": {
    "16": "res/icon_v2_16.png",
    "32": "res/icon_v2_32.png",
    "48": "res/icon_v2_48.png",
    "128": "res/icon_v2_128.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://translate.googleapis.com/*"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/background/analytics.js",
      "scripts/background/translate_service.js",
      "scripts/background/context_menu.js",
      "scripts/background/messaging.js"
    ]
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}