|
Google's offical toolbar can only install on firefox 1.0-1.4.1 and can't install on 1.6a1.
I tried and find the follow way to install it on 1.6a1.
1.download google-toolbar.xpi from toolbar.google.com
URL:http://toolbar.google.com/firefo ... /google-toolbar.xpi
2.extract install.rdf and modify its content[PHP]<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.4.1</em:maxVersion>
</Description>
</em:targetApplication>[/PHP]
TO
[PHP]<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.7.1</em:maxVersion>
</Description>
</em:targetApplication>[/PHP]
then replace the original install.rdf in xpi package
3.delete META-INF folder in xpi package
4.install the xpi package and enjoy googlebar's feacture  |
|