Translate Buddy

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

Qu'est-ce que Translate Buddy ?

Translate Buddy est une extension Chrome développée par neok, et sa fonction principale est "Translate and save new words to learn later. Save to Anki".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Translate Buddy

Téléchargez les fichiers d'extension Translate Buddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Translate Buddy Translate Buddy
ID gdihojbnfembimbfomlnabijimlighib
URL Officiel https://chromewebstore.google.com/detail/translate-buddy/gdihojbnfembimbfomlnabijimlighib
Description Translate and save new words to learn later. Save to Anki
Taille du Fichier 172 KB
Nombre d'Installations 60
Version Actuelle 1.2
Dernière Mise à Jour 2022-06-11
Date de Publication 2021-04-12
Évaluation 3.00/5 Total 2 Évaluations
Développeur neok
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}