r3bl-org / shortlink

This Chrome extension provides a browser action that simply allows the user to create a shortlink for all the selected tabs in the current window. It can be activated via a keyboard shortcut Alt + L. To use it, in the omnibar, type go then press Tab, then type the phrase you have created a shortlink for earlier & it will open the tab(s).
https://chrome.google.com/webstore/detail/shorty/ffhfkgcfbjoadmhdmdcmigopbfkddial?hl=en-US&gl=US
MIT License
11 stars 13 forks source link

Create an electron app (and Tauri app) to package this chrome extension as an app #31

Open nazmulidris opened 11 months ago

nazmulidris commented 11 months ago

This is an experiment to see what it would take to package this chrome extension as an electron desktop app.

Currently the extension only works on Chrome. It would be great to get it working for the other browsers. But also add the ability for the same extension to run in an electron container so that it can be run as a desktop app.

Bonus - try to use Tauri as well.

Related issue: