Hello,
First an introduction...
I just love Google and now it's rather new browser Chrome. First edition had some problems when displaying web-pages, but that was fixed in the second release. I have completely removed Internet Explorer (only costs me Microsoft Update, Windows Update will still work), and have as a back-up browser the now obsoleet browser Firefox for those pages that won't work with Chrome.
I love the speed of Chrome. I love the absolute logical interface and setup. Just the basics but very well thought out! All those small details, for example when downloading files (even exe's) to open once done or pre-downloading the complete file before you said you wanted it (because you were busy reading 3 other webpages for example:). This speeds up the browsing experience beyond anything I've seen - even faster than Lynx, once....
Now for the fun part... YOUR (and mine) favorite tweaks/gadgets/buttons/add-ons for your Chrome eXPerience!
For me it's;
1. Google Bookmarks (Favorieten) button to quickly add a webpage to your Google Bookmarks.
http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=100215 Info from their site:
>>Bookmarks: Using Google Bookmarks
Google Chrome bookmarks are separate from those saved in Google Bookmarks. While it's currently not possible to automatically sync these two sets of bookmarks, you can use a bookmarklet to easily create Google Bookmarks in Google Chrome. Drag this bookmarklet to the Google Chrome bookmarks bar: Google Bookmark. Any time you visit a webpage that you want to save to your Google Bookmarks page, simply click the bookmarklet in the bookmarks bar.<<
Combine this button with a Chrome Bookmark to your Google Bookmarks overview page. This way you have 2 buttons to view, manage and add all your bookmarks within Chrome.
2. Translate selected (marked) page / text in a new pop-up with Google Translate into your language
http://orizens.com/wp/topics/google-translate-in-a-popup-bookmarlet/From his site:
<<However, with the latest firefox and chrome releases, babylon doesn’t succeed in getting the selected text right. So i thought - why not making google translate bookmarklet like a babylon window? The result is very clear - similar to my google bookmarks bookmarklet, you select the any text on the page, click the “translate” bookmarklet and you get a pop up window with the result.
(Albanian, Arabic, Bulgarian, Catalan, Chinese (Simplified), Chinese (Traditional), Croatian, Czech, Danish, Dutch (Nederlands), English, Estonian, Filipino, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Maltese, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Vietnamese)>>
You can get the applet / button from his site. Drag'n'drop should do it ; ) Or use following code as one line in the URL field when you create a Chrome Bookmark named Print Page:
javascript:( function(){ var transText = ''; if (window.getSelection) { transText = window.getSelection(); } else if (document.getSelection) { transText = document.getSelection(); } else if (document.selection) { transText = document.selection.createRange().text;} var a=window,b=document,c=encodeURIComponent,d=a.open('
http://translate.google.com/translate_t?text='+transText+'&sl=auto&tl=nl' ,'gTranslate_popup','left='+((a.screenX||a.screenLeft)+10)+',top='+((a.screenY||a.screenTop)+10)+',height=420px,width=550px,resizable=1,scrollbars=1');a.setTimeout(function(){d.focus()},300)})();
More info on adding code to Bookmarks? See TIP 3 below.
3. Print Page button
http://www.online-tech-tips.com/google-softwaretips/google-chrome-tweaks/Right-click on the bookmarks toolbar and select Add Page.
In the Name box, type in Print and in the URL box, type in the following:
javascript:window.print()
4. Not a real feature, but very handy nontheless :) Portable Chrome
http://translate.google.com/translate?hl=en&sl=de&u=http://stadt-bremerhaven.de/2009/02/04/portable-google-chrome-201600/Portable Google Chrome 2.0.160.0 download (page is in German, but very basic. Just download and you will get English portable USB Chrome!).
One request to Google Chrome team... Give it software auto-update option!!
That's it :P
Let me know what you guys found / think! Have fun, Peace & Thanx,
Devvie
Conare nullius momenti videri fortasse missilibus careant
------
All spelling mistakes are my own and may only be distributed under the GNU General
Public License! -(© 1995-2001 by Coredump; 2002-009 by DevNullius)