The gospel of developing browser plug-ins: Extension.js

A command-line tool generates a development environment that supports different browser plug-ins with one click, with built-in support for TS, React, WebAssembly and modern Javascript.

I tried it, and it really smells good. Watch the official video and experience it. If you want to make a browser plug-in, I suggest you use this plug-in directly.

Create cross-browser extensions without building configurations.

Create a new extension-How to create a new extension.
Start now-finish the work immediately.
I have an extension-only use specific parts of Extension.js.
Extension.js is a plug-and-play, zero-configuration, cross-browser extension development tool with built-in support for TypeScript, WebAssembly, React and modern JavaScript.

Create a new extension

$cd my-extension
$npm run dev

A new browser instance will open and your extension is ready for development.

You’re done. It’s time to crack your extension!

If you want to learn more, you can click on the link below the video.
Thank you for watching this video. If you like it, please subscribe and like it. thank

GitHub:https://github.com/cezaraugusto/extension.js

Oil tubing:

Scroll to Top