Hi everybody,
I usually use Google Chrome, but it lack add-ons like Firefox.
So I try to make Chrome more friendly by create some useful bookmarklet.
Here the Google translate Selected to Any Language.
Google translate Selected to English
Google translate Selected to Vietnamesejavascript:q = "" + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (!q) q = prompt("Search words", ""); if (q!=null) location="http://translate.google.com/translate_t#auto|en|" + escape(q).replace(/ /g, "+"); void 0
You can edit red text to your language you need.javascript:q = "" + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (!q) q = prompt("Search words", ""); if (q!=null) location="http://translate.google.com/translate_t#auto|vi|" + escape(q).replace(/ /g, "+"); void 0
Thank you for reading! See you soon!
Wait to post enough 15 posts.


LinkBack URL
About LinkBacks



Reply With Quote


