Google™ Translator에 대한 리뷰
Google™ Translator 제작자: Andy Portmen
리뷰 226개
- Fix for Google Translator addon (broken API)
The addon stopped working because Google discontinued the google.com/async/translate endpoint it relied on, as well as the TKK token system used as fallback.
Solution: Replace the _getEmbedTranslation function in lib/common.js with a call to the stable translate.googleapis.com/translate_a/single?client=gtx API, which requires no token and returns clean JSON.
The new endpoint URL pattern:
h t t p s://translate.googleapis.com/translate_a/single?client=gtx&sl={from}&tl={to}&dt=t&dt=bd&dt=rm&dj=1&q={word}
The response is parsed via data.sentences[].trans to extract the translation, and data.src for the detected source language.
The returned object structure is kept identical to the original so the rest of the addon works without any other changes.
How to apply: Open the .xpi file with 7-Zip, navigate to lib/common.js, and replace it with the patched version. - 5점 만점에 5점Firefox 사용자 13998572 님, 8달 전
- 5점 만점에 5점Firefox 사용자 18494658 님, 2년 전
- 5점 만점에 5점Firefox 사용자 16064369 님, 2년 전Finally an extension that can automatically translate the text and doesn't require to click something! I also love the ability to change the colors and overall the plethora of options!
5/5 for me!!! - 5점 만점에 5점Rifat Tanjum 님, 3년 전
- 5점 만점에 5점Firefox 사용자 15133021 님, 3년 전
- 5점 만점에 5점Firefox 사용자 12618514 님, 4년 전
- 5점 만점에 5점Norbertino 님, 4년 전
- 5점 만점에 5점Firefox 사용자 15001017 님, 4년 전
- 5점 만점에 5점Dev Tiago França - tiagofranca.com 님, 4년 전
- 5점 만점에 5점pedro reyes alejandre 님, 4년 전
- 5점 만점에 5점killerQueen 님, 5년 전
- 5점 만점에 5점Firefox 사용자 16863957 님, 5년 전Leve, prática e não te faz perder o foco na leitura, além de ser bastante configurável.
Justamente por ter muitas configurações, tive pequenas dificuldades no cenário onde a língua do sistema(Linux) era justamente a de origem da tradução(En->Pt)