If you use Google Toolbar for Firefox only because you like the bookmarking feature, there's a much better option: GMarks. While there are other extensions that provide an interface for Google Bookmarks, John Marshall's GMarks adds a lot of value to Google's basic bookmarking service.
GMarks can display the bookmarks almost the same as Firefox's native bookmarks: in a separate menu and in the sidebar. There's also a dropdown that can be added to Firefox's toolbars. The sidebar is useful when you want to perform full-text searches in your bookmarks without having to visit Google's site, while the GMark menu has an excellent option for managing bookmarks. If you click on "Organize bookmarks", you'll be able to import bookmarks, edit or delete bookmarks and create Gmail-like filters. For example, you can automatically add the label Google for any bookmark from this blog.
The extension can show the number of bookmarks for each label, a list of recent bookmarks and the most frequently visited bookmarks. To bookmark a page, use the familiar shortcut Ctrl+D or the GMarks menu.
One of the most frequent user requests for Google Bookmarks is nested labels and GMarks uses a little trick to simulate hierarchical labels: separate the labels with >. For example, if you want to label a bookmark as Shopping and Comparison, where Comparison is a sublabel of Shopping, just enter Shopping>Comparison when you create the bookmark. Since Google Bookmarks doesn't support this feature, the labels will appear to be nested only in GMarks.
And the cool features don't stop here: the extension suggests labels based on the web page's title, you can hide the bookmarks that have certain labels and there's an option for integrating the starred items from Google Reader.
Since the last time when I wrote about GMarks, the extension added the most interesting ideas implemented by the "competition" and managed to become THE Google Bookmarks extension. If there's anything that could be added, maybe it would be useful to completely replace Firefox's bookmarking system by hiding all the interface elements related to the native bookmarks and replicating all the changes to Google Bookmarks locally.
Asfaar Burhaniyah 2.0
Tuesday, July 01, 2008
The Best Firefox Extension for Google Bookmarks
Tuesday, June 24, 2008
Create new docs with Bookmarks
With all of the meeting notes, design documents, bug lists, presentations, and other files we share with our teams at Google, we create up to a dozen new documents a day. Of course, this means a daily stream of new docs.
To make this as fast as possible, we use these three shortcuts:
1. Drag the links below (one for each type) into your browser bookmarks toolbar (also known as the navigation toolbar).
New Document
New Spreadsheet
New Presentation
Friday, June 20, 2008
Customize Firefox to Show/Hide Bookmarks in the Address Bar
One of the most useful but also very annoying feature in Firefox 3 is their new location bar. It’s useful because you can bookmark and tag websites from the address bar itself. It’s annoying because it pulls down site suggestions from your bookmarks.
If you like to stop Firefox 3 from displaying bookmarks in the address bar alongside search history, here are the possible options:
Option A: Disable autocomplete drop-down entirely
Use this if you don’t want Firefox to display any kind of suggestions in the Address Bar be they from your browsing history or from saved bookmarks.
Open the about:config page and set the value of browser.urlbar.maxRichResults as –1. Restart Firefox and your Firefox 3 address bar will behave just like that of Firefox 2.
Option B: See web addresses that you have typed
In this option, the drop-drop remains enabled but it will only suggest website addresses / URLs that you have previously typed in the location bar.
Open about:config and set the value of browser.urlbar.matchonlytyped to False. Now none of the entries from your browser history or bookmarks will appear in the ‘awesome’ address bar.
Option C: Remove Bookmarks Completely from Address Bar
This is probably the option you are looking for. Firefox 3 uses the Frecency score to determine sites that should appear in the drop-down. We can set frecency value for bookmarks to zero and thus they won’t appear in the location bar.
Open the about:config page, and set value of places.frecency.unvisitedBookmarkBonus and places.frecency.bookmarkVisitBonus to zero.
Setting places.frecency.unvisitedBookmarkBonus to 0 will prevent bookmarks from appearing that you have never visited while places.frecency.bookmarkVisitBonus will prevent display of bookmarks that you have visited since the last time you cleared private data in Firefox.
Restart Firefox. Anything that has a frecency value of zero doesn not show up in autocomplete results and thus your bookmarks won’t turn in the suggestions anymore.