Translate Buddy

Translate and save new words to learn later. Save to Anki

¿Qué es Translate Buddy?

Translate Buddy es una extensión de Chrome desarrollada por neok, y su función principal es "Translate and save new words to learn later. Save to Anki".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Translate Buddy

Descarga archivos de extensión Translate Buddy 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

                        Update 1.2:
Now works with new Anki Version and AnkiConnect.

This extension will help you to learn new words, translate them and save them to Anki.

Motivation:
While surfing on the internet and checking sites, I sometimes see new phrases, and I want to learn them. But I have to translate them. And then create a card in the Anki dictionary manually. This process is slow and boring.
This is where Translate Buddy comes in.
Translate fast!
Save in one click!
No more hassle.

How to connect to anki?

Go to official Anki site
Search for Anki Connect code(copy it).
Open AnkiConnect app on your local machine(laptop)
From the top menu select: Tools -> Add-ons
From the menu click Get Add-ons...
Paste the code you copied from the site
Select AnkiConnect from the list and click Config
Your config should look like this:
            {
            "apiKey": null,
            "apiLogPath": null,
            "ignoreOriginList": [],
            "webBindAddress": "127.0.0.1",
            "webBindPort": 8765,
            "webCorsOriginList": [
                "http://localhost",
                "*"
                ]
            }
        
Click save. That's it.


If you like this extension, you can say thanks on Twitter -   @neokusp                    

Información Básica de la Extensión

Nombre Translate Buddy Translate Buddy
ID gdihojbnfembimbfomlnabijimlighib
URL Oficial https://chromewebstore.google.com/detail/translate-buddy/gdihojbnfembimbfomlnabijimlighib
Descripción Translate and save new words to learn later. Save to Anki
Tamaño del Archivo 172 KB
Cantidad de Instalaciones 60
Versión Actual 1.2
Última Actualización 2022-06-11
Fecha de Publicación 2021-04-12
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador neok
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "action": {
        "default_popup": "interface.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Translate and save new words to learn later. Save to Anki",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjW0sZTBwDMYkq2gv5RcjeQi962SVbaniH1mmNn8\/43iY4HK9uPEgjRk63phNcYw\/4QWF8x470UgsW3OGAGTJCl9B1YjLa4me2nqc4M+wCVVtORqw6MRDqG1z6anwdE5vnnQkqtPnFGjk9CtaWYbcOd0P0YyNgOPOozaCAmhGepUcUz3J8NetAc\/latZbF+O17jH3pf5faAyHDwTOOsmoLFM0UZXuZbbCxQDqS8BdZJd9Iqzso45ypqC\/4iujMijTXWFl5xHucFh0+3akFqtDh2ut8mr4QIyaY3zn7IYa+gtvbCDptKW6l4QOOeVeIlmFX1MB9+7Lx68mJA++yU8uwQIDAQAB",
    "manifest_version": 3,
    "name": "Translate Buddy",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [],
            "resources": [
                "popup_script.js",
                "interface.html",
                "settings.html"
            ]
        }
    ]
}