海词词典(取词、划词助手)

支持海词词典在Chrome浏览器中实现鼠标取词、划词翻译

Qu'est-ce que 海词词典(取词、划词助手) ?

海词词典(取词、划词助手) est une extension Chrome développée par https://dict.cn, et sa fonction principale est "支持海词词典在Chrome浏览器中实现鼠标取词、划词翻译".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 海词词典(取词、划词助手)

Téléchargez les fichiers d'extension 海词词典(取词、划词助手) 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

                        “海词词典”支持在Chrome浏览器中实现鼠标取词、划词翻译。可在查看浏览器网页时快捷的帮助翻译陌生的单词。使用海词词典可快速查询单词,获得海词提供英汉、汉英等全面、专业、权威释义内容;“释义常用度分布图”可让释义一幕了然。


安装海词词典插件,可以使用以下功能:

1. 快速的鼠标取词功能:鼠标停留中英文上即刻查词

2. 流畅的快速划词翻译功能:双击或划中浏览页面的任何单词查询

3. 高效的词典查询,输入需查询的词,快速获得最全面的海词词典释义

4. 拥有专业权威的“释义常用度分布图”



这是海词词典官方(Dict.cn)提供的扩展。                    

Informations de Base sur l'Extension

Nom 海词词典(取词、划词助手) 海词词典(取词、划词助手)
ID hkilghidhmepkcebjphfhdcacbbhjcha
URL Officiel https://chromewebstore.google.com/detail/%E6%B5%B7%E8%AF%8D%E8%AF%8D%E5%85%B8%EF%BC%88%E5%8F%96%E8%AF%8D%E3%80%81%E5%88%92%E8%AF%8D%E5%8A%A9%E6%89%8B%EF%BC%89/hkilghidhmepkcebjphfhdcacbbhjcha
Description 支持海词词典在Chrome浏览器中实现鼠标取词、划词翻译
Taille du Fichier 102 KB
Nombre d'Installations 707
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-06-27
Date de Publication 2014-06-27
Évaluation 3.08/5 Total 13 Évaluations
Développeur https://dict.cn
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "page.css"
            ],
            "js": [
                "jquery.js",
                "common.js",
                "page.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery.js",
        "common.js",
        "page.js",
        "page.css"
    ],
    "description": "\u652f\u6301\u6d77\u8bcd\u8bcd\u5178\u5728Chrome\u6d4f\u89c8\u5668\u4e2d\u5b9e\u73b0\u9f20\u6807\u53d6\u8bcd\u3001\u5212\u8bcd\u7ffb\u8bd1",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "\u6d77\u8bcd\u8bcd\u5178\uff08\u53d6\u8bcd\u3001\u5212\u8bcd\u52a9\u624b\uff09",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "http:\/\/www.dict.cn",
    "version": "1.0.2"
}