萌典 moedict

輕鬆查找中文字意。 View Chinese definitions easily when browsing.

萌典 moedictとは何ですか?

萌典 moedictは小蟹によって開発されたChromeの拡張機能で、その主な機能は「輕鬆查找中文字意。 View Chinese definitions easily when browsing.」です。

拡張機能のスクリーンショット

screenshot

萌典 moedict拡張機能のCRXファイルをダウンロード

萌典 moedict拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        是否常常看到不認識的中文字,想知道字義、詞意、發音等資訊嗎?
請問「六麤三細」要怎麼念?「麤」又是什麼意思呢?
萌典擴充套件可以讓你輕鬆地用滑鼠選擇字詞後,跳出字詞的詞義與發音等資訊。

*簡體網站也可使用

操作說明:
1. 使用滑鼠雙擊或反白選擇任何頁面上想查詢的字詞,就會跳出來自萌典網站的字詞搜尋結果。
2. 搜尋結果內的解釋文字,都已連結到萌典網站上的該詞的釋義頁面,點擊即可前往網站觀看。
3. 點擊搜尋結果以外的任何地方,即可關閉搜尋結果的方框。

萌典網站是教育部「重編國語辭典(修訂本)」、「臺灣閩南語常用詞辭典」及「臺灣客家語常用詞辭典」等字典的整合網站,可以輕鬆查找國、台、客語的字義與詞意。
詳細資訊請看「關於萌典」: http://moedict.org/about.html

本擴充套件為開放原始碼專案,使用 MIT License。
專案網址: https://github.com/wildjcrt/moedict-extension

擴充套件的上架,特別致謝 @audreyt, Beer Lee, Gary Lai, Japie Wu, @miau715, @ronnywang, tkirby, @zhusee2                    

拡張機能の基本情報

名前 萌典 moedict 萌典 moedict
ID aihifbidnaepclhnfppjnpbmeonhhloa
公式URL https://chromewebstore.google.com/detail/%E8%90%8C%E5%85%B8-moedict/aihifbidnaepclhnfppjnpbmeonhhloa
説明 輕鬆查找中文字意。 View Chinese definitions easily when browsing.
ファイルサイズ 1.22 MB
インストール数 2,872
現在のバージョン 1.0.5
最終更新日 2014-01-28
公開日 2014-01-28
評価 3.86/5 合計 22 レビュー
開発者 小蟹
支払い方法 free
拡張機能のウェブサイト http://moedict.org/
ヘルプページのURL https://github.com/wildjcrt/moedict-extension/issues?state=open
対応言語 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u840c\u5178 moedict",
    "description": "\u8f15\u9b06\u67e5\u627e\u4e2d\u6587\u5b57\u610f\u3002 View Chinese definitions easily when browsing.",
    "version": "1.0.5",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "simp-trad.js",
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/moedict.org\/",
                "http:\/\/www.moedict.org\/",
                "https:\/\/www.moedict.tw\/"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.map"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}