Translate Buddy

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

什么是Translate Buddy?

Translate Buddy是由neok开发的Chrome扩展程序,该扩展的主要功能是“Translate and save new words to learn later. Save to Anki”。

扩展截图

screenshot
screenshot
screenshot

下载Translate Buddy扩展crx文件

下载Translate Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Translate Buddy Translate Buddy
ID gdihojbnfembimbfomlnabijimlighib
官方URL https://chromewebstore.google.com/detail/translate-buddy/gdihojbnfembimbfomlnabijimlighib
简介 Translate and save new words to learn later. Save to Anki
文件大小 172 KB
安装次数 60
当前版本 1.2
更新时间 2022-06-11
上架时间 2021-04-12
评分 3.00/5 共2次评分
开发者 neok
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}