November 18, 2005
solution for google toolbar not compatible with Firefox 1.
download google toolbar from http://toolbar.google.com
use any zip uncompressing software to extract it.
edit the file install.rdf
replace line like this
< em:maxversion >1.5.0.*< /em:maxVersion >
with this line
< em:maxversion >1.5< /em:maxVersion >
The reason is firefox’s release version is 1.5, not 1.5.0.*. so when installing, firefox believes it does not support itself.
enjoy!
reference:
google group:Google-Firefox-Extensions
