Ask HN: Why create a browser plugin instead of a bookmarklet?

2 points by rufname ↗ HN
Why would somebody create a browser plugin, if the same functionality could be achieved with a bookmarklet? Are there advantages?

4 comments

[ 251 ms ] story [ 3963 ms ] thread
I don't have the bookmarks bar visible by default, so bookmarklets are basically useless to me.
One possible explanation: the individual creating a plugin instead of a bookmarklet is unaware of bookmarklet functionality.

There are likely many other plausible explanations.

Good question. I use qutebrowser, which can run the equivalent of bookmarklets, but not plugins. One of the reasons I like it is that I can map any keys to invoke any script, including, but not limited to, javascript snippets.
Bookmarklets can't circumvent CSP policies (or at least couldn't always, not sure if this has changed), extensions can.