Sahil Dua

Results 79 comments of Sahil Dua

That's a great idea! You are most welcome to work on it 😄

I thought of this while developing the first version. But there were certain issues with this thing that I wasn't able to crack. Basically the menu has to be updated...

Are you going to work on this? @arpitgogia

Cool! Let me know if you need any help. I think I have documented/commented the entire code properly. Also, I think you will have to reload the extension using `chrome.runtime.reload()`...

@arpitgogia You will have to save the any newly added link in localstorage and then check for localstorage before rendering the UI in the popup. This way, every time all...

Okay I will see into it, if you are not able to get it working by tomorrow.

Just having custom links in popup won't make any sense. Please look into it if you're able to add them to context menus too.

@arpitgogia Are you still interested in working on this?

The links are saved in `localStorage` which is updated whenever a link is saved. So for new links you will need to save them in the same place only.