A browser extension to backup regularly used bookmarks of your browser to Elysian server running in your home lab.
It uses the chrome's bookmarks event listeners to detect when a bookmark is added, updated, changed etc. and performs the same action on server side through REST API calls.
- Click here to see the full setup instructions (Elysian server + Extension)
- Already have Elysian server running? Follow these steps for setting up the extension:
Note
Currently, Elysian is only avaible for Chrome/Brave. Firefox extension is coming soon. Once both extensions are created, they will be eventually made available on their respective browser's marketplace.
-
Download and extract the extension's zip file from the releases section of Elysian extension repository.
-
Open the Chrome/Brave browser and go to the installed extensions page.
-
Turn on the developer mode.
-
Click on Load Unpacked Extension and select the extracted folder. You will be redirected to the Add/Update Server Details page.
-
Enter the URL of your server (without trailing /) and the API key you used while setting up Elysian on server side.
Tip
Elysian notifies you about CRUD/Import/Export operations via browser notifications. It is recomended to allow the browser to show notifications at this point.
- Upon saving the credentials, you will be asked to export the browser's bookmarks to Elysian server. Once exported, any operation (Create, Re-order, Update, Delete) that you do on the browser's bookmarks, will be updated on Elysian server.
Feel free to open an issue if you come across any bugs or have some feature suggestions.