粵讀

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

什麼是粵讀?

粵讀是由WingHo開發的Chrome擴展程式,該擴展的主要功能是“快速查聽中文字的粵語(廣東話)讀音。”。

擴展截圖

screenshot
screenshot

下載粵讀擴展crx文件

下載粵讀擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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

擴展基本資訊

名稱 粵讀 粵讀
ID ejhdpdnlcanafgbeddddejapdkjamddf
官方網址 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
}