Translate Buddy

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

O que é Translate Buddy?

Translate Buddy é uma extensão do Chrome desenvolvida por neok, e sua principal característica é "Translate and save new words to learn later. Save to Anki".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Translate Buddy

Baixe arquivos de extensão Translate Buddy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Translate Buddy Translate Buddy
ID gdihojbnfembimbfomlnabijimlighib
URL Oficial https://chromewebstore.google.com/detail/translate-buddy/gdihojbnfembimbfomlnabijimlighib
Descrição Translate and save new words to learn later. Save to Anki
Tamanho do Arquivo 172 KB
Contagem de Instalações 60
Versão Atual 1.2
Última Atualização 2022-06-11
Data de Publicação 2021-04-12
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor neok
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}