Skip to main content

Installing Addon files to Firefox

Sometimes users face difficulties to install add on to firefox browser, specially for the Ubuntu10 users.

If you need to install add on, first download the add on file to your local machine.
eg: http://www.redflymarketing.com/files/google-global.xpi

Then open firefox browser and navigate to the add on window
Tools->addons->Get Add-on

Then drag and drop the .xpi file (in this example : google-global.xpi) to the add on area. then click on install and restart the firefox browser to effect the changes.

Try it out

Comments

Popular posts from this blog

Real time Sinhala Unicode converter

Following Sinhala unicode translater is a very useful tool for all the Sinhala web users who needs a quick sinhala unicode typing. The main advantage of this tool is that user can type the sinhala characters using English (commonly known as Singlish) Use the following link to access the online unicode converter. http://www.ucsc.cmb.ac.lk/ltrl/services/feconverter/t1.html

Convert MPEG to AVI using mencoder in Ubuntu

1. Install mencoder using : $ sudo apt-get install mencoder 2. Move to the folder which contains the .mpeg /.mpg file 3. run the following command :         mencoder INPUTFILE.mpeg -ofps 25 -ovc xvid -oac mp3lame -lameopts abr:br=192 -srate 48000 -xvidencopts fixed_quant=4 -o OUTPUT.avi ** in the example I'm converting INPUTFILE.mpeg to OUTPUT.avi