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开发的Chrome扩展程序,该扩展的主要功能是“Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.”。

扩展截图

screenshot

下载HoverWord - Chinese to English扩展crx文件

下载HoverWord - Chinese to English扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}