Let’s look at two ways of updating your status at Twitter besides navigating to Twitter.com site itself and posting there. In both these methods, the current web page title and the URL (shortened at TinyURL automatically) will get filled in the posting window.

Twitter Window in Chrome

Method 1: Bookmarklet

Add this Twitter now bookmarklet to Chrome’s bookmarks. Simply drag the link to your bookmarks and click on it whenever you want to micro-blog at Twitter.

Method 2: Keyboard shortcut

Press Ctrl+Alt+T.

For this, first install AutoHotKey, then save this ChromeToTwitter.ahk file and run it.

Interested in the code of this .ahk file? here it is:

» Read the rest of the entry..

Google ChromeThe delicious add-on for Firefox lets us select some text on a web page and click on a button to add the page to your online bookmarks at delicious.com. The selected text will then be auto populated in the NOTES field of the bookmarking form. We can achieve a similar functionality in Chrome (or for that matter, any browser with little tweaking).

This post is about a AutoHotKey script using which you can select text on a web page, press a customizable hotkey and submit the page to delicious with NOTES field pre-filled automatically. All you need to do is enter/select the tags and hit Return to submit the form.

Here are the steps:

  1. Download and install AutoHotKey if you don’t have it already present on your computer.
  2. Download this (for XP) or this (for Vista) small ChromeToDelicious.ahk file (the contained code can be found at the end of this post) and double click on it. You should see a H shaped icon in the system tray. Keep it running.
  3. Log into your account at delicious.com.

That’s it!

Now whenever you want to bookmark a page (Example: http://chromespot.com/) to your delicious, highlight some relevant text on the page

Highlighting text on page

and press one of the default hotkeys Ctrl+Shift+B or Ctrl+Shift+D (you can change these by editing the script and reloading it) and a window pop up like this will appear:

Bookmarking dialog 

The code:

» Read the rest of the entry..

Google ChromeOur coverage of productivity tips on Google Chrome continues. In this article, we shall see how to set a keyboard shortcut that will automate the steps of focusing the address bar, pasting the copied URL and hitting Go.

Keyboard shortcuts that the script provides:

  • Win+v – Pastes the URL (should have been already copied) in the address bar and hits return
  • Win+Alt+v – Opens a new tab, pastes the URL in the address bar and hits return

Instructions:

  1. Download AutoHotKey and install it.
  2. Save this small ChromePastenGo.ahk file (the contained code can be found at the bottom of this post) and place it anywhere in your computer. Double click this .ahk file.

That’s it! Next time you see a plain-text non-linked URL in Chrome or in any other program; simply copy it, switch to Chrome and press Win+v or Win+Alt+v.

The code:

» Read the rest of the entry..

Google Chrome Tab Mix Plus add-on for Firefox has a handy feature where in you can switch to previous and next tabs by scrolling your mouse (with the cursor on tab bar) up and down respectively. We can achieve the same in Google Chrome using AutoHotKey.

ChromeTabsScroll

  1. Download AutoHotKey and install it if you don’t have it already.
  2. Save this small ChromeTabsScroll.ahk file (the contained code can be found at the bottom of this post) and place it anywhere in your computer. Double click this .ahk file.
  3. You may need to adjust the number in line 12. This is the height of Chrome’s tab bar.

That’s it. Now you can take your mouse over the tab bar at the top of Chrome and turn your mouse wheel forward and backward to switch to previous and next tab.

Content of the ChromeTabsScroll.ahk file:

» Read the rest of the entry..

Google ChromeDirhael of DonationCoder created a tiny program (a single exe) that checks the latest nightly build of Google Chrome giving you the choice of downloading either a zipped version or installer of the latest Chrome browser. This program checks if the latest build has passed all the unit tests or not (to prevent wasting time downloading broken builds)

Program window:

1

After Check button is clicked, it shows the latest build version:

2

When Download button is clicked, the download starts in your default browser.

Download link to Chromium nightly updater: http://www.mediafire.com/download.php?lnlr71eu9sl

Of course, you could simply browse to http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/ and get the latest build (identified by its version number) instead of using this program.

Source.

HowToTuts.com Logo Hello and welcome to (what we aim to be) the ultimate resource for how-tos and tutorials on topics like software, PHP scripts, web mastering, technology, lifestyle and more. If you would like to ask us a question or share your how-to, please contact us.
Close
E-mail It