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 هو إضافة Chrome تم تطويرها بواسطة https://www.typingchinese.com، والميزة الرئيسية لها هي "Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة HoverWord - Chinese to English

قم بتنزيل ملفات الامتداد HoverWord - Chinese to English بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://www.typingchinese.com/HoverWordChinese.html
عنوان صفحة سياسة الخصوصية 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
}