Cantonese Popup Dictionary

Cantonese-English pop-up dictionary for Chrome

Cantonese Popup Dictionary क्या है?

Cantonese Popup Dictionary Nicholas Van Veen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cantonese-English pop-up dictionary for Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cantonese Popup Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}