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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}