Cantonese Popup Dictionary

Cantonese-English pop-up dictionary for Chrome

Cantonese Popup Dictionaryとは何ですか?

Cantonese Popup DictionaryはNicholas Van Veenによって開発されたChromeの拡張機能で、その主な機能は「Cantonese-English pop-up dictionary for Chrome」です。

拡張機能のスクリーンショット

screenshot

Cantonese Popup Dictionary拡張機能のCRXファイルをダウンロード

Cantonese Popup Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Cantonese Popup Dictionary Cantonese Popup Dictionary
ID pjnbhojkojmibobcpfgihhnohboldhip
公式URL https://chromewebstore.google.com/detail/cantonese-popup-dictionar/pjnbhojkojmibobcpfgihhnohboldhip
説明 Cantonese-English pop-up dictionary for Chrome
ファイルサイズ 9.37 MB
インストール数 2,822
現在のバージョン 0.0.3
最終更新日 2015-05-03
公開日 2015-05-03
評価 4.72/5 合計 36 レビュー
開発者 Nicholas Van Veen
支払い方法 free
対応言語 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\/*"
    ]
}