Ddict Translate: Translator - Dictionary

Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.

¿Qué es Ddict Translate: Translator - Dictionary?

Ddict Translate: Translator - Dictionary es una extensión de Chrome desarrollada por https://ddict.me, y su función principal es "Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ddict Translate: Translator - Dictionary

Descarga archivos de extensión Ddict Translate: Translator - 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

                        Ddict translates directly on the websites without leaving what are you reading.

There are many ways to translate:
- Double click on word.
- Select text and press "Shift" button.
- Select text and click on the Ddict icon next to it.
- Context menu: right-click menu.
- Hotkeys: Alt + D or Alt + Shift + D for Popup
- Ddict Popup also give you another way to type in and translate on the fly.

There are many features:
- Auto text-to-speech.
- Dictionary.
- Definitions.
- Synonyms.
- Examples
...

Ddict respect your privacy, we do not collect, store or send your information to the third-party.

Give Ddict a try, and you can't browse the web without it anymore.                    

Información Básica de la Extensión

Nombre Ddict Translate: Translator - Dictionary Ddict Translate: Translator - Dictionary
ID bpggmmljdiliancllaapiggllnkbjocb
URL Oficial https://chromewebstore.google.com/detail/ddict-translate-translato/bpggmmljdiliancllaapiggllnkbjocb
Descripción Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.
Tamaño del Archivo 97.99 KB
Cantidad de Instalaciones 127,769
Versión Actual 5.2.14
Última Actualización 2024-02-23
Fecha de Publicación 2020-03-09
Calificación 4.25/5 Total de 638 Calificaciones
Desarrollador https://ddict.me
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://ddict.me/
URL de la Página de Ayuda http://ddict.me/
URL de la Página de Política de Privacidad https://ddict.me/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ddict Translate: Translator - Dictionary",
    "description": "Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.",
    "version": "5.2.14",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        },
        "translate": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Translate"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/spin.gif",
                "img\/audio.png",
                "logo\/48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Ddict Translate: Translator - Dictionary",
        "default_popup": "popup.html",
        "default_icon": "logo\/icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.googleapis.com\/*",
        "*:\/\/ddict.me\/*",
        "*:\/\/*.ddict.me\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule1",
                "enabled": true,
                "path": "netRules.json"
            }
        ]
    }
}