chrome-type-ahead


Chromium extension - Find as you type (a.k.a. type-ahead-find)

DEPRECATED Go to https://github.com/tokland/chrome-type-ahead

Motivation

Type-ahead-find (or find as you type) is an extremely useful accessibility feature (a core functionality in major browsers like Firefox or Safari), but it's not implemented in Chrome (nor planned to be).

Status

The extension covers the goals I had when I start writing it, so its status is "maintenance-only mode". Fully functional patches are welcome, though.

Notes

  • Start writing (or press /) to start text search.
  • Press ' to search only links.
  • Use F3 or Control+G or Alt+N/P to switch between matches.
  • Use F4 to toggle matching mode (text/links) once the search has started.
  • Blacklist support for sites that set up their own shortcuts.
  • Search and select options in HTML selects (disabled by default).

Download

Download the extension.

How to install the extension from sources

First of all, read this page. Then:

  1. Checkout code: svn checkout http://chrome-type-ahead.googlecode.com/svn/trunk/ chrome-type-ahead
  2. Open Extensions page in Chrome.
  3. Disable old installed versions of the extension.
  4. Enable developer mode.
  5. Press button load uncompressed extension.
  6. Select the directory where you checked out the code to.

And that's it. Note that extensions installed that way provide a link to reload them easily.

Project Information

  • License: GNU GPL v3
  • 96 stars
  • svn-based source control

Labels:
chrome chromium iron extension content-script type-ahead-find find accessibility javascript browser search