motethansen / bookmark_extension

Exploring browser extensions. This one will save the URL form all the open tabs
GNU Affero General Public License v3.0
1 stars 2 forks source link

Feature to restore session from JSON file. #3

Open vishmango117 opened 1 month ago

vishmango117 commented 1 month ago

Is your feature request related to a problem? Please describe. Yes the feature support is to allow to restore session from JSON file. Transferring my current session to another browser requires you to copy paste multiple files.

Describe the solution you'd like A Button that when you click will request the JSON file containing all the links when that is done. It will load all the tabs required. An upgraded version of this will open a subsequent menu that allows to select few tabs from the JSON file to restore session from.

Describe alternatives you've considered Copy pasting url into a notes app and then pasting them by opening the tabs one by one.

Additional context An upgrade from this feature can be to load the list of sites in the browser extension and then select the tabs you require (for example if there are 100 tabs in the JSON file allow the menu to select the 20 we actually need instead of loading all 100)

https://github.com/user-attachments/assets/637610d7-2077-497d-abfe-7b0286d12330

motethansen commented 3 weeks ago

It looks like this is working in the recent branch