Firefox search plugin installer

A form to make it easier to install your own Mycroft search plugins for Firefox:

Name

Category

Source URL

Icon URL



Below is an image of an example form:

mycroft_example.png

And here is an example source file:

<search
    name="HubMed"
    action="http://www.hubmed.org/search.cgi"
    queryCharset="UTF-8"
    method="GET" >
<input name="q" user>
<!--
<input name="parameter_name" value="parameter_value">
-->
</search>

To make a clickable link for other people to use, do something like:

<a href="javascript:window.sidebar.addSearchEngine('http://www.example.com/example.src', 'http://www.example.com/example.gif', 'Example Name', 'Example Category');">Install</a>