萌典 moedict

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

萌典 moedict란 무엇입니까?

萌典 moedict은(는) 小蟹에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "輕鬆查找中文字意。 View Chinese definitions easily when browsing."입니다.

확장 프로그램 스크린샷

screenshot

萌典 moedict 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

*簡體網站也可使用

操作說明:
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"
    ]
}