Dictionary.com Search

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

¿Qué es Dictionary.com Search?

Dictionary.com Search es una extensión de Chrome desarrollada por voila.tech.99, y su función principal es "Quickly find meanings for the selected word on Dictionary.com.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dictionary.com Search

Descarga archivos de extensión Dictionary.com Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
URL Oficial https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
Descripción Quickly find meanings for the selected word on Dictionary.com.
Tamaño del Archivo 13.41 KB
Cantidad de Instalaciones 490
Versión Actual 1.0.0
Última Actualización 2021-10-04
Fecha de Publicación 2021-09-30
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador voila.tech.99
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https:junglenut.net/
Idiomas Soportados 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"
        ]
    }
}