
chrome-type-ahead
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
How to install the extension from sources
First of all, read this page. Then:
- Checkout code: svn checkout http://chrome-type-ahead.googlecode.com/svn/trunk/ chrome-type-ahead
- Open Extensions page in Chrome.
- Disable old installed versions of the extension.
- Enable developer mode.
- Press button load uncompressed extension.
- 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