Inject Jyutping

Add Cantonese pronunciation (Jyutping) on Chinese characters.

Inject Jyutping là gì?

Inject Jyutping là một tiện ích mở rộng Chrome được phát triển bởi https://jyutping.org, và tính năng chính của nó là "Add Cantonese pronunciation (Jyutping) on Chinese characters.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inject Jyutping

Tải xuống các tệp mở rộng Inject Jyutping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        幫網頁漢字自動標註粵拼(香港語言學學會粵語拼音方案),學習粵拼同粵語嘅強大工具。字音數據嚟自 rime-cantonese:https://github.com/rime/rime-cantonese

Annotate Jyutping (standard Cantonese romanization) for Chinese characters on web pages. A powerful tool for learning Cantonese. Source of pronunciation data is rime-cantonese: https://github.com/rime/rime-cantonese

本程序開源喺 GitHub: https://github.com/CanCLID/inject-jyutping
This add-on is open-sourced on GitHub: https://github.com/CanCLID/inject-jyutping

**有任何意見反饋歡迎發郵件到 [email protected]
**Please send any feedback to [email protected]

注意:自從 2021年開始,Google Doc 改用基於 canvas 嘅渲染方式,呢個改動導致咗本程式無法獲取 Google Doc 入面嘅文本,所以冇辦法繼續同 Google Doc 入面嘅漢字標註粵拼,對此我哋都無能為力。詳情請見:https://workspaceupdates.googleblog.com/2021/05/Google-Docs-Canvas-Based-Rendering-Update.html

Note: Since 2021, Google Doc has changed to canvas-based rendering, meaning this extension can no longer access the text data within Google Doc, therefore unable to annotate Jyutping to the characters in Google Docs any more. There is nothing we can do about it. More details in: https://workspaceupdates.googleblog.com/2021/05/Google-Docs-Canvas-Based-Rendering-Update.html                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inject Jyutping Inject Jyutping
ID lfgpgjkjglogbndlkikjgbbfoiofbdjp
URL Chính Thức https://chromewebstore.google.com/detail/inject-jyutping/lfgpgjkjglogbndlkikjgbbfoiofbdjp
Mô tả Add Cantonese pronunciation (Jyutping) on Chinese characters.
Kích Thước Tệp 2.33 MB
Số Lần Cài Đặt 1,408
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2020-09-08
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://jyutping.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jyutping.org/jyutping/
URL Trang Trợ Giúp https://github.com/CanCLID/inject-jyutping
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.3.0",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "lib\/MessageManager.js",
                "content_scripts\/main.js"
            ],
            "css": [
                "content_scripts\/main.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "lib\/MessageManager.js",
            "lib\/Trie.js",
            "background_scripts\/main.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/96.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/index.html"
    }
}