HoverWord - Chinese to English

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

Cos'è HoverWord - Chinese to English?

HoverWord - Chinese to English è un'estensione di Chrome sviluppata da https://www.typingchinese.com, e la sua funzione principale è "Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HoverWord - Chinese to English

Scarica i file di estensione HoverWord - Chinese to English in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HoverWord - Chinese to English HoverWord - Chinese to English
ID fcakhfmaloljamcmhcedibdmbdpihdin
URL Ufficiale https://chromewebstore.google.com/detail/hoverword-chinese-to-engl/fcakhfmaloljamcmhcedibdmbdpihdin
Descrizione Hover on Chinese text to get word pinyin, definition and more! Minimal disruption to page viewing.
Dimensione del File 4.43 MB
Conteggio Installazioni 332
Versione Corrente 1.2
Ultimo Aggiornamento 2022-05-08
Data di Pubblicazione 2018-09-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.typingchinese.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.typingchinese.com/HoverWordChinese.html
URL della Pagina di Aiuto http://www.typingchinese.com/HoverWordChinese.html
URL della Pagina della Politica sulla Privacy http://typingchinese.com/HoverWordPrivacyPolicy.html
Lingue Supportate 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
}