Make Your Own Flock Extensions

I ported a few Flock extensions from Firefox extensions. You may be wondering on how to port your favorite Firefox extensions to Flock. It is quite simple. Let me explain the steps to you.

  1. Download (do not install) the Firefox extension you want to port to Flock. Mozilla Update is a good Firefox extension repository.
  2. Change the file extension from “.xpi” to “.zip”, and then extract the file into a folder.
    Reference: Viewing and Changing Windows File Extensions
  3. Open “install.rdf” with a text editor (e.g: notepad).
  4. Look for “</em:targetApplication>” (without quotations).
  5. Paste the following code right below that line:
    [xml]



    {a463f10c-3994-11da-9945-000d60ca027b}
    6.02
    0.2


    [/xml]

    Tips: The strange text string is the program ID of Flock browser. The above code tells Flock that, “Hey! I am compatible with you!” (ok, the code is a cheating one. :P)
  6. Save the “install.rdf” file
  7. Zip the folder. You will get a .zip file.
  8. Rename the zip file extension from “.zip” to “.xpi”.
  9. Drag & drop the .xpi file into your Flock browser in order to install the Flock extension.
  10. Restart your Flock browser.
  11. Done.

In a nutshell, the process goes like this:
Firefox extension -> rename to zip -> unzip -> edit “install.rdf” -> zip -> rename file extension to xpi -> Flock extension

My two cents

I am not sure about the amount of Firefox extension authors who are willing to update their extensions for Flock. You may wait for them, or do it yourself according to the steps shown here.

Please note that this is a cheap hack. There are some extensions that do not work properly with Flock even when they are successfully installed (example: SessionSaver).

I hope that you will enjoy more in using Flock with your favorite extensions installed. :)

browser, extension, Firefox, flock, flockextension, web browser

Share this:

9 Comments

  1. Controller October 23, 2005
  2. Chewxy October 23, 2005
  3. LcF October 23, 2005
  4. Quick Online Tips October 23, 2005
  5. Geoff October 25, 2005
  6. Kraj June 21, 2006
  7. LcF June 21, 2006
  8. Kraj August 14, 2006
  9. sean September 26, 2009

Leave a Reply