粵讀

粵讀

快速查聽中文字的粵語(廣東話)讀音。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "粵讀",
  "version": "1.2.5",
  "description": "快速查聽中文字的粵語(廣東話)讀音。",
  "permissions": [
    "*://humanum.arts.cuhk.edu.hk/*",
    "storage"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js",
      "lib/jquery-3.4.1.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "popover.html",
    "images/*.png"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon.png"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "manifest_version": 2
}