Top
=

Make Your Own Firefox Search Extension

June 27, 2008

You may have a site and you want to make a search extension. This extension will allow you to have a search  extension in firefox`s top right corner. WHen you have a search a site you don`t have to visit the site to search through it. YOu may also want to make a search extension for a site you visit a lot.

  • Open a notepad and copy and paste this: 
<search
name="Whoknowstech"
method="GET"
action="http://www.google.com/search"
queryCharset="utf-8"
>
<input name="q" user>
<input name="sitesearch" value="www.whoknowstech.com">
</search>
  • Then edit the files to match the the site you wish to build for. TO cahnge the title Edit the Name. To change the site change the Value.
  • then name it and save it with the extension as .src
  • Then restart Firefox and press CRTL + K to restart the search
  • Your search extension should be there.

Popularity: 4% [?]

Related posts

  • No Related Post

Comments

Got something to say?





Bottom