How to run Google Chrome in translate mode?

0

1

How to open a page with Chrome in translate mode from the command line? I've tried the following, but it doesn't work:

"[...]\chrome.exe" http://exemple.ru -translate=ru-en

Yukulélé

Posted 2013-04-16T07:13:56.927

Reputation: 101

Here are the list of currently supported command line arguments for chrome – Shazvi – 2013-04-17T17:11:27.317

Answers

0

You could open an URL with Google Translate like:

...\chrome.exe http://www.google.com/translate_c?langpair=ru|en&u=http://exemple.ru/

or SU in Russian:

...\chrome.exe http://www.google.com/translate_c?langpair=en|ru&u=http://www.superuser.com/

Simon

Posted 2013-04-16T07:13:56.927

Reputation: 3 831

thanks! But I don't want to translate my page with Google translate website but Google Chrome translation tool

– Yukulélé – 2013-04-18T12:33:28.387