On seeing Mike Chambers with his firefox plug-ins, I just made mine too. I am not sure if people would be interested but then, who knows everybody can have one of their own and it might as well be easier to search for information.
function addEngine(name,icon,cat)
{
if ((typeof window.sidebar == "object") && (typeof
window.sidebar.addSearchEngine == "function"))
{
var iconPath;
if(icon != "" && icon != undefined)
{
iconPath = "http://www.brajeshwar.com/downloads/com.brajeshwar/firefoxsearch/"+icon;
}
window.sidebar.addSearchEngine(
"http://www.brajeshwar.com/downloads/com.brajeshwar/firefoxsearch/"+name+".src",
iconPath,
name,
cat );
}
else
{
alert("Firefox is required to install this plugin.");
}
}
Install Brajeshwar Firefox Search Plugin
Manual Install: Download Brajeshwar Firefox Search Plugin and unzip “brajeshwar.src” and “brajeshwar.png” in “$Installationfolder\Mozilla Firefox\searchplugins” folder.