有什么浏览器插件,可以在浏览英文网站的时候,在右侧同屏显示翻译后的内容

2022-09-19 14:31:40 +08:00
 zhuwd
792 次点击
所在节点    问与答
4 条回复
nekoneko
2022-09-19 14:46:05 +08:00
有个插件 沙拉查词 , 右键->沙拉查词->彩云小译翻译页面, 可以上下文对照, 比如:


```
Continuing the recent theme of blog posts about Go tooling, this post will briefly discuss how analysis tools interact with one of Go's newest features - generics. As usual, this post provides a motivating example and discusses a couple of approaches to writing a tool. The full code is on GitHub.

延续最近关于 Go 工具的博客文章的主题,本文将简要讨论分析工具如何与 Go 的最新特性之一——泛型交互。像往常一样,这篇文章提供了一个激励人心的例子,并讨论了几种编写工具的方法。全部代码在 GitHub 上。

As a motivating example, let's find all calls to generic functions in a module, and the instantiated type arguments for that call. We'll use this code sample:

作为一个有启发性的示例,让我们查找对模块中的泛型函数的所有调用,以及该调用的实例化类型参数。我们将使用这个代码示例:
```
JvnaStudio
2022-09-19 16:40:30 +08:00
我用得谷歌翻译插件
danhua
2022-09-19 16:51:00 +08:00
同推彩云小译
leonleon
2022-10-01 03:05:06 +08:00
彩云小译貌似需要付费

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/881264

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX