HoverWord - Chinese to English

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

Qu'est-ce que HoverWord - Chinese to English ?

HoverWord - Chinese to English est une extension Chrome développée par https://www.typingchinese.com, et sa fonction principale est "Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HoverWord - Chinese to English

Téléchargez les fichiers d'extension HoverWord - Chinese to English au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HoverWord - Chinese to English HoverWord - Chinese to English
ID fcakhfmaloljamcmhcedibdmbdpihdin
URL Officiel https://chromewebstore.google.com/detail/hoverword-chinese-to-engl/fcakhfmaloljamcmhcedibdmbdpihdin
Description Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.
Taille du Fichier 4.43 MB
Nombre d'Installations 332
Version Actuelle 1.2
Dernière Mise à Jour 2022-05-08
Date de Publication 2018-09-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.typingchinese.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.typingchinese.com/HoverWordChinese.html
URL de la Page d'Aide http://www.typingchinese.com/HoverWordChinese.html
URL de la Page de Politique de Confidentialité http://typingchinese.com/HoverWordPrivacyPolicy.html
Langues Prises en Charge 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
}