I wrote this extension because I was annoyed at the multiple clicks it takes to look up functions on php.net. I'd rather just go straight to a function's usage to refresh my memory.
Future plans:
- Add a settings interface to allow for entry / dynamic configuration of new search interfaces
- Extend support to mozilla and plan for Firefox 1.0
Changelog
- 0.1-2 - Changed install.rdf to support Firefox 1.0PR
- 0.1 - Initial Release
Also see:
- mkxpi.sh - the simple shell script I wrote to compile the xpi extension (handy for firefox extension development
- Vladmir Vukicevic's bugwrangler, whose extension I read to figure out how to make firefox extensions. Thanks, Vladmir!