FairyDict

包含几乎所有网上常见的词典,支持鼠标取词、键盘取词和右键菜单的词典软件,各种快捷键设置,学习的好帮手,词典爱好者的福音

Qu'est-ce que FairyDict ?

FairyDict est une extension Chrome développée par River, et sa fonction principale est "包含几乎所有网上常见的词典,支持鼠标取词、键盘取词和右键菜单的词典软件,各种快捷键设置,学习的好帮手,词典爱好者的福音".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FairyDict

Téléchargez les fichiers d'extension FairyDict 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

                        FairyDict
chrome 上的词典工具,注重用户体验,支持众多词典,学习英语的好帮手!

Important: FairyDict 的升级重构版 Dictionaries 已发布,大家期待的查询历史管理和词典管理等功能 Dictionaries 都已实现,
还有日语等其它语言支持,如有需要请在此安装: https://chrome.google.com/webstore/detail/dictionaries/diojcfpekhhnndfmggknljpnfpcccbhc
FairyDict 虽还可以安装使用,但后续将不再更新。

----------

支持鼠标悬停、或划线、或双击取词;
支持快速查词,在鼠标附近显示词义, 还可以自动发音;

支持快捷键操作;
支持右键菜单查询;
同步保存历史记录!

目前已支持网络上几乎所有常见的词典,理论上可以支持所有在线词典。

小技巧:
点击 FairyDict 的图标可以打开词典,还可以设置为 打开/关闭 鼠标划词查询。
进入设置里,可以设置各种快捷键,还可以设置鼠标取词时必须按住的快捷键哦!

--------------

本软件已开源, 项目地址: https://github.com/revir/FairyDict

如果发现问题, 请提交 issue 到 github 或在 V2MM 上找我留言。                    

Informations de Base sur l'Extension

Nom FairyDict FairyDict
ID gpdpcfgfmgkmljmhhnedefdaadgehaah
URL Officiel https://chrome.google.com/webstore/detail/fairydict/gpdpcfgfmgkmljmhhnedefdaadgehaah
Description 包含几乎所有网上常见的词典,支持鼠标取词、键盘取词和右键菜单的词典软件,各种快捷键设置,学习的好帮手,词典爱好者的福音
Taille du Fichier 3.15 MB
Nombre d'Installations 1,538
Version Actuelle 3.4
Dernière Mise à Jour 2020-04-15
Date de Publication 2020-04-10
Évaluation 4.69/5 Total 104 Évaluations
Développeur River
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FairyDict",
    "description": "\u5305\u542b\u51e0\u4e4e\u6240\u6709\u7f51\u4e0a\u5e38\u89c1\u7684\u8bcd\u5178\uff0c\u652f\u6301\u9f20\u6807\u53d6\u8bcd\u3001\u952e\u76d8\u53d6\u8bcd\u548c\u53f3\u952e\u83dc\u5355\u7684\u8bcd\u5178\u8f6f\u4ef6\uff0c\u5404\u79cd\u5feb\u6377\u952e\u8bbe\u7f6e\uff0c\u5b66\u4e60\u7684\u597d\u5e2e\u624b\uff0c\u8bcd\u5178\u7231\u597d\u8005\u7684\u798f\u97f3",
    "version": "3.4",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "utils.js",
                "content\/inject.js"
            ],
            "css": [
                "content\/inject.css",
                "content\/inject-fontello.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "template\/header.html",
        "fonts\/*",
        "fonts\/FontAwesome.otf",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff2",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/glyphicons-halflings-regular.woff"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/books-48.png",
            "38": "images\/books-48.png"
        }
    },
    "icons": {
        "48": "images\/books-96.png"
    },
    "minimum_chrome_version": "23"
}