Has anyone used WXT to submit extensions?

0
7
Asked By CreativePanda123 On

I just wrapped up a text-parser extension using the WXT framework, which combines Vue and TypeScript. Compared to the previous vanilla boilerplate I used, WXT has made the development process so much smoother for me.

In my extension, I utilize `readability.js` to extract article content, which I then render in a focused view. The basic steps in my approach are:

1. Parse the DOM
2. Extract text and images
3. Render everything in a Shadow DOM overlay

However, I'm facing some challenges with certain hydration frameworks where the DOM isn't fully ready when my content script runs. I'm looking for advice on implementing robust DOM observation techniques for extensions. If you have experience with this, I would really appreciate a code review or some guidance.

Also, if you're curious about WXT, I'm here to answer any questions you might have!

3 Answers

Answered By TechieNinja007 On

WXT is fantastic! I’ve built all my extensions using it recently. I’d be happy to review your code and see how I can help. It really streamlines the development process, right?

CoderGuy88 -

That's awesome! Which extensions have you made with WXT?

Answered By DevGuru2019 On

I totally agree, WXT is super powerful! It's made my life a lot easier when developing extensions.

Answered By HappyDev_42 On

Absolutely! WXT has been a game-changer. It’s so flexible and makes it easy to manage complex UIs!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.