Get Bookmarklets in Chrome Applications with Shortcut Manager

I accidentally stumbled across  this in looking at the Quix bookmarklet. I’m a heavy bookmarklet user, especially after switching to Google Chrome. One of the bookmarklets I use the most is for the PassPack password manager. This allows me to login to any website with a single click.

The problem is that, if I’m using an application shortcut or pop-up window, I can’t access my Passpack bookmarklet or any of my bookmarks. Then, I came across the Shortcut Manager Chrome extension. It allows you to assign a shortcut key to a block of javascript code. So, I can assign a key sequence that executes any of my bookmarklets. The steps are simple:

  1. Install the Shortcut Manager extension
  2. Right-click the Shortcut Manager icon and open the Options
  3. In the Shortcut Key box, press the keys you’d like to assign (I chose Ctrl+Shift+l)
  4. Choose the Execute Javascript option below
  5. Paste the javascript code for your Passpack bookmarklet into the text box
  6. Add a description

Now, you can hit Ctrl+Shift+l to run your Passpack bookmarklet inside of any Chrome window. This works in App shortcuts as well as in any popup windows (which I encounter with Posterous all the time). If you’re looking for a geekier solution, check out my Bookmarklet Key Bindings AHK script.


Reblog this post [with Zemanta]

Quick Diigo Bookmarking for Chrome

After reading an article about accelerating bookmarking to Delicious in Chrome, I got the idea to do something similar for Diigo. I like Diigo a lot better and it actually bookmarks to Delicious for me as a backup. To use this script:

  1. Download and install AutoHotKey
  2. Download the script here: ChromeToDiigo.ahk
  3. Run the script just like any other application

Now, when you want to bookmark a page to Diigo:

  1. Select the text you want as the description (or not)
  2. Hit Ctrl+Shift+D or Ctrl+Shift+B 
  3. Add tags and any modifications you see fit
  4. Click the “Add New Bookmark” button

Notes

This script overrides Ctrl+Shift+D and Ctrl+Shift+B, so you cannot use this at the same time as the above-mentioned Delicious bookmarking script. There is not a reason to run both at the same time, anyway as Diigo will send your bookmarks to Delicious for you.

However, you can always edit the script code to change the key sequences.