Cantonese Popup Dictionary

Cantonese-English pop-up dictionary for Chrome

Cantonese Popup Dictionary là gì?

Cantonese Popup Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Nicholas Van Veen, và tính năng chính của nó là "Cantonese-English pop-up dictionary for Chrome".

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

screenshot

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

Tải xuống các tệp mở rộng Cantonese Popup Dictionary 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

                        Cantonese-English pop-up dictionary for Chrome. Simply hover the mouse pointer over Chinese words to have both the definition and pronunciation displayed via a pop-up window in real-time. Pronunciation is displayed as Yale romanisation with tone numbers (other configurations are not supported at this time).

This plugin is based on the "Perapera Chinese Popup Dictionary" plugin for Chrome (which is in turn based on several other projects including Rikaikun, Rikaichan and RikaiXUL), with the dictionary replaced with data from Cantonese CEDICT project. The original copyright notices remain intact within the package source files. I take no credit for this; it was a quick and easy hack using existing resources.

Credits:

Perapera Chinese Popup Dictionary - https://chrome.google.com/extensions/detail/hlcddplhfenagbaipfjhhcjmebhkkaif

Cantonese CEDICT project - https://writecantonese8.wordpress.com/2012/02/04/cantonese-cedict-project                    

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

Tên Cantonese Popup Dictionary Cantonese Popup Dictionary
ID pjnbhojkojmibobcpfgihhnohboldhip
URL Chính Thức https://chromewebstore.google.com/detail/cantonese-popup-dictionar/pjnbhojkojmibobcpfgihhnohboldhip
Mô tả Cantonese-English pop-up dictionary for Chrome
Kích Thước Tệp 9.37 MB
Số Lần Cài Đặt 2,822
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2015-05-03
Ngày Phát Hành 2015-05-03
Đánh Giá 4.72/5 Tổng số 36 Đánh Giá
Nhà Phát Triển Nicholas Van Veen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "data.js",
            "cperapera.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/toolbar-disabled.png",
        "default_title": "Cantonese Popup Dictionary"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "cperacontent.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Cantonese-English pop-up dictionary for Chrome",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Cantonese Popup Dictionary",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "web_accessible_resources": [
        "css\/*",
        "cperacontent.js",
        "images\/*"
    ]
}