Translate Buddy

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

Translate Buddyคืออะไร?

Translate Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย neok และคุณลักษณะหลักของมันคือ "Translate and save new words to learn later. Save to Anki"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translate Buddy

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}