粵讀

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

What is 粵讀?

粵讀 is a Chrome extension developed by WingHo, and its main feature is "快速查聽中文字的粵語(廣東話)讀音。".

Extension Screenshots

screenshot
screenshot

Download 粵讀 Extension CRX File

Download 粵讀 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        安裝插件後,用戶能透過選取網頁上的中文單字及在插件視窗中輸入中文短句,以快速搜查其粵語(廣東話)讀音。

所有粵語讀音資料皆取自漢語多功能字庫(https://humanum.arts.cuhk.edu.hk/Lexis/lexi-mf/)。                    

Extension Basic Information

Name 粵讀 粵讀
ID ejhdpdnlcanafgbeddddejapdkjamddf
Official URL https://chromewebstore.google.com/detail/%E7%B2%B5%E8%AE%80/ejhdpdnlcanafgbeddddejapdkjamddf
Description 快速查聽中文字的粵語(廣東話)讀音。
File Size 51.42 KB
Installation Count 1,026
Current Version 1.2.5
Last Updated 2022-07-05
Publish Date 2020-02-19
Rating 5.00/5 Total 4 Ratings
Developer WingHo
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7cb5\u8b80",
    "version": "1.2.5",
    "description": "\u5feb\u901f\u67e5\u807d\u4e2d\u6587\u5b57\u7684\u7cb5\u8a9e\uff08\u5ee3\u6771\u8a71\uff09\u8b80\u97f3\u3002",
    "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_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
}