-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add context menu item in the browser extension #155
Comments
You mean so that you simply rightclick on a link, press "add to hoarder" and that's it and tag and list configuration will then be done later? |
@lucius346346 Yeah, I agree with you. I think this is a needed feature indeed. Though it's a bit non-trivial to implement because chrome doesn't allow you to trigger the "plugin" popup window when the context menu is clicked. However, I agree with you, I probably need to spend the effort and just do it :) Other services (e.g. pocket) avoid that by not using a popup window at all and instead injecting the plugin dialog via javascript inside the page itself. |
@kamtschatka The idea here is that when you right click and press "add to hoarder" the plugin popup would still appear and allow you to edit the tags and lists. |
Added a context menu entry to add links directly to hoarder
I have opened a PR for it. With the current stable chrome it is not possible to open the UI programmatically, but with Chrome 127 (rollout start is around 17th of July), this will be possible. |
Are there any chances of implementing this? It would be helpful to quickly add links without visiting them.
The text was updated successfully, but these errors were encountered: