Taiwan Traditional Chinese Dictionary

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

什么是Taiwan Traditional Chinese Dictionary?

Taiwan Traditional Chinese Dictionary是由go Vegan开发的Chrome扩展程序,该扩展的主要功能是“Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window.”。

扩展截图

screenshot
screenshot

下载Taiwan Traditional Chinese Dictionary扩展crx文件

下载Taiwan Traditional Chinese Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Taiwan Traditional Chinese Dictionary Taiwan Traditional Chinese Dictionary
ID fejaaaadapfieghheckpobhppccjlelm
官方URL https://chromewebstore.google.com/detail/taiwan-traditional-chines/fejaaaadapfieghheckpobhppccjlelm
简介 Taiwan's Traditional Chinese Dictionary. Query with simple mouse select word, Convenient Result show up in current window.
文件大小 315 KB
安装次数 780
当前版本 2.2.0
更新时间 2022-11-18
上架时间 2019-11-17
评分 4.44/5 共9次评分
开发者 go Vegan
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.nationearth.com/
帮助页面URL http://www.nationearth.com/
隐私政策页面URL https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
支持的语言 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"
    ]
}