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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
}