粵讀

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

什么是粵讀?

粵讀是由WingHo开发的Chrome扩展程序,该扩展的主要功能是“快速查聽中文字的粵語(廣東話)讀音。”。

扩展截图

screenshot
screenshot

下载粵讀扩展crx文件

下载粵讀扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 粵讀 粵讀
ID ejhdpdnlcanafgbeddddejapdkjamddf
官方URL https://chromewebstore.google.com/detail/%E7%B2%B5%E8%AE%80/ejhdpdnlcanafgbeddddejapdkjamddf
简介 快速查聽中文字的粵語(廣東話)讀音。
文件大小 51.42 KB
安装次数 1,026
当前版本 1.2.5
更新时间 2022-07-05
上架时间 2020-02-19
评分 5.00/5 共4次评分
开发者 WingHo
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}