萌典 moedict

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

Qu'est-ce que 萌典 moedict ?

萌典 moedict est une extension Chrome développée par 小蟹, et sa fonction principale est "輕鬆查找中文字意。 View Chinese definitions easily when browsing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 萌典 moedict

Téléchargez les fichiers d'extension 萌典 moedict au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

*簡體網站也可使用

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

Informations de Base sur l'Extension

Nom 萌典 moedict 萌典 moedict
ID aihifbidnaepclhnfppjnpbmeonhhloa
URL Officiel https://chromewebstore.google.com/detail/%E8%90%8C%E5%85%B8-moedict/aihifbidnaepclhnfppjnpbmeonhhloa
Description 輕鬆查找中文字意。 View Chinese definitions easily when browsing.
Taille du Fichier 1.22 MB
Nombre d'Installations 2,872
Version Actuelle 1.0.5
Dernière Mise à Jour 2014-01-28
Date de Publication 2014-01-28
Évaluation 3.86/5 Total 22 Évaluations
Développeur 小蟹
Type de Paiement free
Site Web de l'Extension http://moedict.org/
URL de la Page d'Aide https://github.com/wildjcrt/moedict-extension/issues?state=open
Langues Prises en Charge 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"
    ]
}