firefox 2 plugins in FF3 beta5

Technical, misc Add comments

Many of you who will be working on firefox 3 beta 5 will be having problem’s to configure the plugin’s coz they are not compatible with firefox3b5,

YOU Don’t Need to wait til the official release you can try on your own that are the really not compatible with ff3b5

=== rest of the section is not for fainthearted people ===

The plugi’s of firefox are provided in .XPI package.

This xpi is nothing but a zip file renamed.

so to view the content of the plugin’ just change the extension to zip from xpi.

The extract the file in a folder and look for a file named “install.rdf”

This is the file that need editing

 Pasting a sample install.rdf from sparky – an alexa plugin 

<?xml version="1.0"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:mozilla:extension:file:"
em:package="content/" />
<RDF:Description RDF:about="rdf:#$qOePo2"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="2.0"
em:maxVersion="2.0.0.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="toolbar@alexa.com"
em:name="Alexa Sparky"
em:version="1.1"
em:creator="Derrick Pallas"
em:description="Alexa Internet Statusbar Sparkline"
em:homepageURL="http://www.alexa.com/"
em:aboutURL="chrome://alexastatusbar/content/about.xul"
em:iconURL="chrome://alexastatusbar/skin/logo.png"
>
<em:targetApplication RDF:resource="rdf:#$qOePo2"/>
<em:file RDF:resource="urn:mozilla:extension:file:"/>
</RDF:Description>
</RDF:RDF>

The lne to check out is already highlighted

em:minVersion="2.0"
em:maxVersion="2.0.0.*" />

This minVersion is the version number below which it will not install and maxVersion is the upper limit

To make it running on FireFox3 Beta 5 change the above lines to

em:minVersion="2.0"
em:maxVersion="3.0b5" />

After this just recompress the folder and rename it with extension xpi.

and open it in firefox to install it.

more examples of such edit includes firebug and scribefire.

all three plugin are working fabulously on my pc and i keep using them around 12hrs a day so that can count to the stability issue.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Diigo
  • email
  • HackerNews
  • Identi.ca
  • LinkedIn
  • Ping.fm
  • Slashdot
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • Technorati
  • Twitter
  • Yahoo! Buzz

7 Responses to “firefox 2 plugins in FF3 beta5”

  1. Mark23 Says:

    You’ve managed to explain a really tricky subject well. Thanks

  2. It doesn't work Says:

    Sorry, did a test but it does not work.

  3. It doesn't work Says:

    Sorry, did not work. Says it is illegal addon file.

  4. serenity Says:

    … or, get the “nightly tester tools” extension and disable version checking. Tada! ;)

  5. shkhanal Says:

    Looks quite tricky and useful but comments came as ‘It does not work’ please verify it quick and let me try.

  6. Xeyes Says:

    Or you can use about:config (in your FF adress bar) and add:
    extensions.checkCompatibility boolean false

  7. xeyes Says:

    [...] Website. tjansson.dk is proudly powered by WordPress. Entries (RSS) and Comments (RSS) …firefox 2 plugins in FF3 beta5 | Anant Shrivastava : Techno …Xeyes Says: July 2nd, 2008 at 8:04 pm. Or you can use about:config (in your FF adress bar) and add: [...]

Leave a Reply