LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Can all the browsers have same bookmarks/favourites (https://www.linuxquestions.org/questions/linux-general-1/can-all-the-browsers-have-same-bookmarks-favourites-877090/)

Ajit Gunge 04-26-2011 01:17 AM

Can all the browsers have same bookmarks/favourites
 
Hi All,
Although this questions is not directly related to Linux and is more browser specific.I am sure some one here will be of help over here.I want to know is there any way that all my browsers have same set of bookmarks/favorites.I currently have 3 browsers that I use (chrome, Mozilla,and IE8) if I add a bookmark to one of my favorites is it possible to access the same bookmark list is some different browser.Is this possible?Please let me know.My apologies if I have posted this question in the wrong forum.

Thanks,
Ajit

ButterflyMelissa 04-26-2011 02:12 AM

Hey Ajit...

Short answer: no. Reason: storage format. Though I'm convinced the newer browsers usr XML to store persistent stuff, the layout of their data is way too different to have them merge...and I strongly doubt one of these in the list will even want to open up, they're allergic to the work "open" ... ;)

Thor

repo 04-26-2011 02:22 AM

You can use the online bookmark managers.

Kind regards

David the H. 04-26-2011 02:28 AM

IE uses separate url files for each bookmark. Mozilla/Firefox use an sqlite database. Apparently Chrome uses a json-formatted file that it then presents as a virtual file-tree.

The problem then, is that you need to convert and propagate changes between these three formats every time you update your bookmarks.

I know there are Firefox extensions that allow you to use/convert IE favorites, but I'm not sure about the others. I suggest searching through the available extensions/add-ons for each browser.

Or as repo mentioned, try an external online bookmark manager.

EDDY1 04-26-2011 03:30 AM

I used xmarks, to sync bookmarks, and it did but, it's better to have all bookmarks on 1 main computer to distribute.
I did it with 3 computers and it kind of got messy. Ended up with multiple entries of the same bookmark.

onebuck 04-26-2011 08:16 AM

Hi,

If the browsers in question support import/export and the format is transparent then yes. Most popular browsers do support exchange of bookmarks. It's the potential bastard format that one needs to be aware of. Universally, you could just have a list of URLs' but without some form of inter-related labeling then what good would that be.

Hopefully the exchange of Bookmarks will be supported for the chosen browsers. If not then manually may be the only method of exchange. HTML bookmarks should be supported for most popular browsers. Syncing is another issue for a unified bookmark set.

wpeckham 04-26-2011 10:45 AM

Bookmarks everywhere
 
I use XMARKS and like it a lot. If you use it, make sure you disable any other bookmark sync in your browser. Firefox-4 and chrome, for example, have their own solutions for bookmark sync which only works with their engine. If you have two sync solutions running at the same time, you get cascading duplicates of both folders of links and the links themselves (for which you need to use an add-on to de-dup your bookmarks, whata pain!).

frankbell 04-26-2011 10:19 PM

Often, you can use a browser's import and export function to move bookmarks around in compatible file formats. I have done this to import my Opera bookmarks into Firefox, because I occasionally use Firefox.

I haven't heard of a way to automate this among different browsers, though, without using some third-party thing that I don't want to use. (The less I rely on other persons' servers to store my data the happier I am. I'm old and cranky that way.)

repo 04-27-2011 01:20 AM

You could create a html page with your bookmarks, and set this page as your homepage on every browser.

Kind regards

Arcane 04-27-2011 03:46 AM

Quote:

Originally Posted by repo (Post 4337655)
You could create a html page with your bookmarks, and set this page as your homepage on every browser.{...}

Wow! I forgot about this..i did this few years ago and maybe will do again. Thanks for reminding. +1 Its easy, just use old style..type for example this basic code in any text editor(if you use linux i suggest Bluefish) and save as .html then add more with time and you'll get basic page with favourites just do File-Open in web browsers you need this and select this file then add as start page or bookmark.
Quote:

<html>
<title>Name for your bookmark page</title>
<body>
<a href="http://www.anyaddress.com">Name for address</a><br>
(<br> if need more space)
(copy+paste previous line + edit)
(repeat)
....
</body>
</html>
If you want more stuff in your page(decorations for example) then check out this website for info how.

craigevil 04-27-2011 02:19 PM

BookmarkBridge
Quote:

BookmarkBridge is a small, easy to use, multi-platform, GUI-based utility that allows the user to share bookmarks between all their browsers. The user runs it periodically to synchronize between the browsers.

Ajit Gunge 05-11-2011 02:22 AM

Thanks every one for your valuable suggestions.


All times are GMT -5. The time now is 11:11 PM.