To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
CloseWelcome to Firefox Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseReview for Firemacs by unacowa
For GranParadiso in linux users. Rated 5 out of 5 stars
Thank you for wonderfull extention.
But, MAYBE firemacs3.4 is not compatible with linux.
Some keybindings is not work in view.(It works in textbox.)
I tested firemacs3.2 is work in linux.
But, /chrome/content/init.js is not compatible with GranParadiso(not a firefox branded one)
This is solution for make it work.
1. Check your ua, alert(navigator.userAgent) in URL bar.
2. It returns like "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008100314 GranParadiso/3.0.3"
3. Do these in bash. (if your returns other UA change it in regexp.)
$ wget https://addons.mozilla.org/ja/firefox/downloads/file/28377/firemacs-3.2-fx.xpi
$ mkdir firemacs-3.2 && cd firemacs-3.2
$ unzip ../firemacs-3.2-fx.xpi
$ cd chrome && jar -xvf firemacs.jar && cd content
$ perl -pi -e 's/Firefox\/3/Firefox\/3|GranParadiso\/3/g' init.js
$ cd ../ && jar -cvf firemacs.jar content skin
$ cd ../ && zip firemacs-3.2-fx.xpi chrome/firemacs.jar chrome.manifest install.rdf
4. Drag and Drop firemacs-3.2-fx.xpi to Add-on panel.
Thanks and sorry for poor english.
To create your own collections, you must have a Mozilla Add-ons account.