Live data from Hacker News

Show HN: Plasmo – a framework for building modern Chrome extensions

github.com

31–39 of 39 posts

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#31
post #16
post #13

Earlier quoted context omitted.

Can you point to one extension that is making 7 figures?

I imagine Grammarly is. And then they spend all that revenue on YouTube ads... https://www.grammarly.com/browser/chrome

Grammarly is also a large and well established tech company. Pretty sure they’ve been around for 12+ years at this point, and I think have multiple hundreds of staff.

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#32
post #30

Very well priced but.... I think I get what you were trying to do with the pricing "per hacker". But really it's just confusing. Say it's $30/users/month The price is good. I just find the hacker term unnecessary

Thanks for the feedback! Updated it.

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#33

I found making Chrome extensions with Sveltekit was very easy thanks in part to its use of Vite. Any plans to support anything other than React?

Svelte or Sveltekit specifically? I've had issues with getting the webextensions polyfill working with Sveltekit but Svelte works without any issues.

Do you have any references that you could point me to on how to get Sveltekit running to build Chrome extensions?

Sorry for the digression, but this has been a bit of a bugbear for the past month and would dearly love to know how to get around it.

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#34
post #13

Earlier quoted context omitted.

Can you point to one extension that is making 7 figures?

Are you looking very specifically for “ONLY 7 figures”? Revenue, or profit? Not hard to think of a handful of big players in revenue; 1Password and Honey spring instantly to mind as 9-figure revenue players.

I am interesting to know if a solo developer can make a living, 6/7 figures, producing and monetizing extensions.

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#35
post #34

Earlier quoted context omitted.

Are you looking very specifically for “ONLY 7 figures”? Revenue, or profit? Not hard to think of a handful of big players in revenue; 1Password and Honey spring instantly to mind as 9-figure revenue players.

I am interesting to know if a solo developer can make a living, 6/7 figures, producing and monetizing extensions.

6 figures yes. 7 figures no.

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#36
post #18

Earlier quoted context omitted.

> Our tooling is written in Node.js. Sure. My question is why.

It’s a norm for frontend devs to build CLI tools in the language/evironments/ecosystems they’re most familiar with.

That's an interesting way to respond, given the context. NodeJS doesn't run on the frontend, so your argument here would be an even _stronger_ reason to favor using Chrome as your runtime...

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#37
post #23
post #18

Earlier quoted context omitted.

> Our tooling is written in Node.js. Sure. My question is why.

Surely you are trolling? That's a very, very common setup. Nothing complicated or out of the ordinary requiring specific tooling for the dev environment. The output that runs in the browser at runtime has its own set of same constraints. Modern browser version, etc.

> Surely you are trolling?

First of all, don't do that. It's obnoxious. Secondly:

> That's a very, very common setup.

So? Falling back on the argument that, essentially, "lots of people do this" is about as worthy as attempting to counter by saying that the other person/what they are doing is weird[1]. (It's actually slightly more respectable, but that's only because of how unrespectable the call-them-a-weirdo path is.) You either have an argument for $THING that will hold up under scrutiny without appealing to how weird/anti-weird $THING is, or you don't.

Thirdly, you are not compelled to comment. (What makes your decision to join in even more mystifying is that you were not the person being addressed—at least their impulse to do so would have made sense, even if the argument was still a bad one.) If you don't actually have an answer, why bother commenting at all?

1. https://news.ycombinator.com/item?id=30721113

Re: Show HN: Plasmo – a framework for building modern Chrome extensions

#39

I found making Chrome extensions with Sveltekit was very easy thanks in part to its use of Vite. Any plans to support anything other than React?

Svelte or Sveltekit specifically? I've had issues with getting the webextensions polyfill working with Sveltekit but Svelte works without any issues. Do you have any references that you could point me to on how to get Sveltekit running to build Chrome extensions? Sorry for the digression, but this has been a bit of a bugbear for the past month and would dearly love to know how to get around it.

Sveltekit! I used sveltekit-adapter-browser-extension[0] by Antony which conveniently handles the hashing stuff. I just made the repo public in case you want to check it out[1]. Let me know if you run into any issues!

[0] https://github.com/antony/sveltekit-adapter-browser-extensio...

[1] https://github.com/FractalHQ/nutab

Post reply on HN