Pauan / tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!
MIT License
63 stars 8 forks source link

Import/export tabs to a file. #101

Open Pauan opened 9 years ago

Pauan commented 9 years ago

Originally reported on Google Code with ID 99

As the title says, it would be neat to be able to import/export windows and tabs to
a file.

This should probably be a JSON or possibly XML/HTML file, due to their ease of parsing
and generation in JS. I'm leaning toward JSON, personally.

The hard part will be reading and writing the file, as JS's I/O capabilities are really
(really) limited. It may be possible with the new FileReader API.

Reported by pcxunlimited on 2010-11-16 05:56:04

Pauan commented 9 years ago
Actually, I'll probably need to use HTML for this, because...

flaviuadrian: "Another thing I'd like to see is exporting and importing tabs to a file
or clipboard with fully clickable URL's and respective identifying icons."

Reported by pcxunlimited on 2010-11-16 06:50:01

Pauan commented 9 years ago
Right click tabstrip, Bookmark all tabs..?

Reported by temp01irc on 2010-11-16 07:06:45

Pauan commented 9 years ago
@temp01irc: That adds them to the bookmarks, sure, but doesn't allow for importing/exporting
them to a file. Yes, you could import/export bookmarks to a file, but it's a very roundabout
way.

Plus, with my own format, I could specify additional information, which would be harder
to save via the bookmarks system.

Another problem is with importing: I would need a standard folder which would contain
the user's tabs in bookmark format. But I would need to be careful to choose a name
that has a low chance of collisions. Storing it in the bookmarks system would also
cause it to be synced with extensions like say.. Xmarks.

It's an interesting idea, using the bookmarks system to store tab URLs for later use,
but I think the purpose of this request is different.

Reported by pcxunlimited on 2010-11-16 07:51:45

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 22:16:41

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:04:23

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:08:06

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:19:10

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:39:18

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:47:28