Compare Chrome extensions: WASD Scroller vs Keyboard-fu

Stats WASD Scroller WASD Scroller Keyboard-fu Keyboard-fu
User count 224 1,291+
Average rating 3.46 3.92
Rating count 13 48
Last updated 2013-02-05 2012-11-29
Size 8.50K 235.52K
Version 1.0 0.7.1
Short description
Allows users to scroll using W|A|S|D keys. Double-tap CTRL to enable/disable. An extremely customizable keyboard shortcuts interface that aims to rid you of the rodent :)
Full summary

Do you habitually hover over the WASD keys? Put them to good use in something other than first person shooters!

This is an extension that lets you assign hotkeys to arbitrary actions, which are just javascript code snippets (Coffeescript coming soon). The extension provides an API (small but evolving) which includes functions for tab management, opening bookmarks, launching bookmarklets, page scrolling etc., and also jQuery is available along with the whole DOM of the page. So, you can assign a hotkey to a particular page (with url filters) that can use jQuery to say, change the font size, or click on a link, or submit a form.. almost anything you can do with javascript+jQuery.

I built this because I couldn't find an extension that let me assign a simple damn javascript fragment to a hotkey, especially with jQuery :)

This is in beta stage, as such it may break sometimes and until I can give a 1.0 version to it, I won't promise any stability. So please test it out and let me know if you have any feedback or suggestions. However trivial it may be, I want to hear it :) (way to contact is in the options page).

Oh, and you should follow me on twitter, http://twitter.com/sharat87, to get updates about this extension. Also, you may find the source for this project at https://bitbucket.org/sharat87/keyboard-fu distributed with MIT license. The source is also mirrored on github for git access at https://github.com/sharat87/keyboard-fu, although it usually lags behind.

Note that I don't check the reviews here very often, so you may wish to notify me over twitter or email. Thanks.

Changelog: Version 0.6.0 on 2nd April 2012

  • Added new API call: tabCloseOther to close all other tabs. (By Mathias Myrland)

Version 0.5.3 on 19th June 2011

See more