标题:
[改进建议]
希望世界之窗增加在线翻译功能
[打印本页]
作者:
share1107
时间:
2009-6-11 12:58
标题:
希望世界之窗增加在线翻译功能
希望世界之窗增加在线翻译功能,谢谢。
所谓世界之窗嘛,哪些鸟语对于一些人来说还是有些困难的,请大家支持我的观点,谢谢。
作者:
april
时间:
2009-6-11 13:02
在网页工具栏里有啊,右键可以调出
[attach]70682[/attach]
作者:
tidehome
时间:
2009-6-11 13:03
在线翻译功能 你可以把它放在搜索栏
如: google 翻译
http://translate.google.com/translate_c?hl=zh-CN&sl=en&tl=zh-CN&u=%us
复制代码
作者:
412268499
时间:
2009-6-11 13:22
本帖最后由 412268499 于 2009-6-11 13:30 编辑
把下面的代码弄到收藏夹去,英文转中文,要翻译的时候点下收藏夹的这个链接,具体参考下一楼设置一下
javascriptfunction(){var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){window.open('http://translate.google.cn/translate_t?hl=zh-CN#auto|zh-CN|'+t);}else{window.open('http://translate.google.cn/translate?u='+escape(location.href)+'&hl=zh-CN&ie='+e+'&sl=auto&tl=zh-CN');};})();
复制代码
作者:
412268499
时间:
2009-6-11 13:24
本帖最后由 412268499 于 2009-6-11 13:50 编辑
补充一个中文转英文
javascriptfunction(){var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){window.open('http://translate.google.com/translate_t?hl=en#auto|en|'+t);}else{window.open('http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&ie='+e+'&sl=auto&tl=en');};})();
复制代码
广告过滤设置中把
http://translate.google.com
和
http://translate.google.cn
添加到白名单应该就不会拦截了,可以试试
另:要把这段代码添加到收藏夹,可以先随便收藏一个网页,然后右键编辑那个收藏,然后ctrl+c代码,再把代码ctrl+v到网址那个框中,名称自己修改一下,记得住是什么翻译到什么就可以
欢迎光临 世界之窗论坛 (http://bbs.theworld.cn./)
Powered by Discuz! 7.2