Skip to main content

Mozilla Labs – New Tab Page For Firefox

Mozilla Labs have revealed a new design for the New Tab page in Firefox. It’s designed to be zero-configuration and minimally distracting to users. The current version divides the New Tab page into contextual actions on the left and quick-access to sites on the right side. The list of sites is driven by the concept of frecency (jargon for frequent + recent) with support for RSS feeds on sites which appear in the list. Here’s a screenshot of how the Google Reader site appears in the list:

Google Reader in New Tab

The contextual actions are designed like Ubiquity and provide one-click access to a useful action. For example, here’s the one-click to undo a previous Close Tab action:

Undo Close Tab

Likewise, with something in the clipboard, the contextual action displays a one-click Search button:search In tests so far, there’s one annoying bug – bringing up the New Tab page seems to lose focus from the address bar and from the Firefox window! Other comments on the Mozilla Labs page have also highlighted the privacy issues with showing RSS feeds like Gmail in the New Tab page. In its present state, it seems like Chrome and Safari 4 provide a much better experience for the New Tab page.

If you are using the Firefox 3.1 beta or newer release, the New Tab prototype is available as an extension.

Comments

Popular posts from this blog

FCC Aproves Sirius-XM Merger

This has been a long time coming but finally the FCC has finally approved the merger of Sirius Satellite Radio with XM Satellite Radio . The combined entity is pretty much a monopoly in the satellite radio space but they are still competing with terrestrial radio. Either way, their stocks, NASDAQ:SIRI and NASDAQ:XMSR should get a good boost on Monday. Yahoo! Finance Quote for SIRI Quote for XMSR

Lead Tide SIM Reader

I recently came across a cheap little device for reading SIM cards . It was available from Meritline for less than USD 5 with free shipping. Curious to see what it was like, I ordered one. The device came in a small package along with a mini CD containing drivers. The packaging advertised the device as the LEAD TIDE Sim reader . Like most things these days, it's made in China. The device has a USB 1.1 interface. There was no product code or number anywhere on the packaging. Installing the drivers for the device turned out to be harder than I expected. The mini CD's autorun installed some stuff but Microsoft Windows XP couldn't install any suitable driver for the device. The mini-CD had several top level directories with what appeared to be product codes but I couldn't match any to the device itself since it had no product code. Google searches revealed that I wasn't alone in my endeavors to get the device working . Further digging revealed pointers to some thir

Getting Mailvelope on Chrome to use GnuPG on macOS

Mailvelope is a browser add-on that helps use GPG encryption and signing on webmail systems like Gmail. Here are the steps on macOS (tested with "Big Sur") to get Mailvelope to use the GnuPG backend. Install gpgme via Homebrew: brew install gpgme This will install gpgme-json in /usr/local/bin by default.  Create a file called gpgmejson.json in  "~/Library/Application Support/Google/Chrome/NativeMessagingHosts" with the following contents: {     "name": "gpgmejson",     "description": "Integration with GnuPG",     "path": "/usr/local/bin/gpgme-json",     "type": "stdio",     "allowed_origins": [         "chrome-extension://kajibbejlbohfaggdiogboambcijhkke/"     ] } Now in Mailvelope > Options > General , GnuPG will show up as the encryption backend.