Taiwan Traditional Chinese Dictionary

Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window.

Cos'è Taiwan Traditional Chinese Dictionary?

Taiwan Traditional Chinese Dictionary è un'estensione di Chrome sviluppata da go Vegan, e la sua funzione principale è "Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Taiwan Traditional Chinese Dictionary

Scarica i file di estensione Taiwan Traditional Chinese Dictionary 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

                        Taiwan Traditional Chinese Character -> Detailed Chinese Explanation in different meanings
Dictionary

Great tool to learn "Traditional Chinese" !



萌典:  臺灣 教育部國語、臺語、客語辭典民間版

https://www.moedict.tw/=*



*1. 滑鼠選取 字/詞 自動查詢.


*2. 手動輸入功能方便二次查詢


















---------------------------------------------
Credits:

Icons and Promotional Pictures made by Freepik (http://www.freepik.com) from https://www.flaticon.com/authors/freepik is licensed by CC 3.0 BY                    

Informazioni di Base sull'Estensione

Nome Taiwan Traditional Chinese Dictionary Taiwan Traditional Chinese Dictionary
ID fejaaaadapfieghheckpobhppccjlelm
URL Ufficiale https://chromewebstore.google.com/detail/taiwan-traditional-chines/fejaaaadapfieghheckpobhppccjlelm
Descrizione Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window.
Dimensione del File 315 KB
Conteggio Installazioni 780
Versione Corrente 2.2.0
Ultimo Aggiornamento 2022-11-18
Data di Pubblicazione 2019-11-17
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore go Vegan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nationearth.com/
URL della Pagina di Aiuto http://www.nationearth.com/
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
Lingue Supportate id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_TW",
    "version": "2.2.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "jquery\/jquery-1.11.3.min.js",
                "mengdian.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "https:\/\/*.moedict.tw\/",
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}