HoverWord - Chinese to English

Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.

HoverWord - Chinese to English क्या है?

HoverWord - Chinese to English https://www.typingchinese.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing."।

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

screenshot

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

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

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

                        This utility let you just mouse over a Chinese character on web page, then the meaning and pinyin will show up in a popup window.

Extended reading is essential in learning Chinese. 

Minimized disruption to normal page-viewing.

User may opt to use SHIFT key to control the popping up of the info window.

Two small buttons will also appear to enable users to hear word sound and sample word usages.                    

एक्सटेंशन की मूल जानकारी

नाम HoverWord - Chinese to English HoverWord - Chinese to English
ID fcakhfmaloljamcmhcedibdmbdpihdin
आधिकारिक URL https://chromewebstore.google.com/detail/hoverword-chinese-to-engl/fcakhfmaloljamcmhcedibdmbdpihdin
विवरण Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.
फ़ाइल का आकार 4.43 MB
स्थापना संख्या 332
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-05-08
प्रकाशन तिथि 2018-09-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.typingchinese.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.typingchinese.com/HoverWordChinese.html
सहायता पृष्ठ URL http://www.typingchinese.com/HoverWordChinese.html
गोपनीयता नीति पृष्ठ URL http://typingchinese.com/HoverWordPrivacyPolicy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HoverWord - Chinese to English",
    "short_name": "HoverWord Chinese",
    "version": "1.2",
    "description": "Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "ChnUtil.js",
            "DB.js",
            "sayingsDB.js",
            "optionUtil.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "HoverChineseContent.js",
                "ChnUtil.js",
                "TtsProcess.js",
                "utils.js",
                "optionPrefs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/hovChn32.png",
        "default_title": "HoverWord Chinese online dictionary\nClick to enable\/disable\nMove mouse over character\nMove mouse away or press ESC to dismiss",
        "browser_style": true
    },
    "icons": {
        "16": "images\/hovChn16.png",
        "32": "images\/hovChn32.png",
        "48": "images\/hovChn48.png",
        "128": "images\/hovChn128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}