Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

什么是Dictionary.com Search?

Dictionary.com Search是由voila.tech.99开发的Chrome扩展程序,该扩展的主要功能是“Quickly find meanings for the selected word on Dictionary.com.”。

扩展截图

screenshot

下载Dictionary.com Search扩展crx文件

下载Dictionary.com Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

扩展基本信息

名称 Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
官方URL https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
简介 Quickly find meanings for the selected word on Dictionary.com.
文件大小 13.41 KB
安装次数 490
当前版本 1.0.0
更新时间 2021-10-04
上架时间 2021-09-30
评分 5.00/5 共2次评分
开发者 voila.tech.99
电子邮箱 [email protected]
付费类型 free
帮助页面URL https:junglenut.net/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}