- Provide an extra feature on the APP to export the data.
- Add an extra feature to open all url in a browser window either from clipboard or by importing the file which they exported earlier.
- Add an option to select only highlighted tabs that user select by using CTRL key. Currently, by default it will consider all valid url on the active window.
- Create API that will return result as per the options saved in the local storage.
- Change the outline of how the icon appears on the popup so that the user can identify which icon corresponds to the page on which the poup clicked.
- Update ChromeAPI so that it only returns pages like http://, https://, ftp://, or smtp://, or ssh://.
- Provide users with an option to choose how they want to copy the link, like plaintext, CSV, JSON, HTML, or Markdown.
- Setup onCLick feature to show message upon clicking each icon
- Setup the option using navigator.clipboard.writeText() function to copy URL to clipboard.
- Set up a ChromeAPI to fetch tab data.
- Setup to show icon of each page in the popup