Double Click Dictionary
Checking the lexical item on any websites using double click
¿Qué es Double Click Dictionary?
Double Click Dictionary es una extensión de Chrome desarrollada por Vuong Nguyen, y su función principal es "Checking the lexical item on any websites using double click".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Double Click Dictionary
Descarga archivos de extensión Double Click Dictionary 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
A dictionary that works on any website. Simply double click to fetch the meaning, pronunciation. It currently supports 5 in 1 dictionaries including English - Vietnamese, English - English, Collocation Dictionary, Basic Dictionary and Thesaurus.
Información Básica de la Extensión
Nombre | Double Click Dictionary |
ID | mhodfiapdkckpndblmmajncefllgpcjm |
URL Oficial | https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm |
Descripción | Checking the lexical item on any websites using double click |
Tamaño del Archivo | 53.53 KB |
Cantidad de Instalaciones | 220 |
Versión Actual | 0.2 |
Última Actualización | 2023-07-14 |
Fecha de Publicación | 2023-03-25 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Vuong Nguyen |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://tudien.net |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Double Click Dictionary", "author": "Vuong Nguyen", "homepage_url": "https:\/\/tudien.net", "action": { "default_title": "T\u00f9y ch\u1ec9nh t\u1eeb \u0111i\u1ec3n", "default_popup": "popup.html" }, "icons": { "16": "\/static\/images\/tudien16.png", "32": "\/static\/images\/tudien32.png", "48": "\/static\/images\/tudien48.png", "128": "\/static\/images\/tudien128.png" }, "manifest_version": 3, "version": "0.2", "description": "Checking the lexical item on any websites using double click", "permissions": [], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content.js", "style.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true } ] } |