Tag Archives: add-on

Additional information: How to build a Firefox extension

Mozilla pins (wallpaper) on Flickr – Photo Sharing! This entry inspired me. How to build a Firefox extension (lifehacker.com) I use Mac OSX 10.5 and Firefox 3.0.5. Set up your development environment ref: https://developer.mozilla.org/en/Setting_up_extension_development_environment Small script for starting firefox. % cat ~/bin/firefox-debug.sh #!/bin/sh /Applications/Firefox.app/Contents/MacOS/firefox-bin -no-remote -P dev I created a new profile “dev” for development. [...]

Posted in Tweak | Also tagged | Leave a comment

Firefox add-on: “Open Tab-History In New Tab” released in sandbox

Open Tab-History In New Tab :: Firefox Add-ons This add-on is designed to allow a user to open a link from the back button drop-down menu in a new tab. To do this the user clicks the back-forward-dropmarker button or just right clicks the back/forward button to bring up that tab’s history. By right clicking [...]

Posted in Create | Also tagged , | 1 Response