Skip to content

Browser extension implemented in TypeScript & React and built by esbuild for Chrome, Safari and possibly Mozilla Firefox

Notifications You must be signed in to change notification settings

bingqiao/browser-ext-react-esbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browser-ext-react-esbuild

See article on dev.to.

Run npm install first.

To build this extension for Chrome:

npm run package

Then load dist as unpacked extension for Chrome.

To build for Safari:

npm run deploy

The above will build the same extension resources in dist, then copy its
contents to the extension "Resources" folder of the Swift project browser-ext.

Together the two projects serve as a template of creating browser extension
for both Safari and Chrome (possibly Mozilla Firefox, but not tested) using
React, TypeScript and esbuild.

The full AutoRefresh app (free and without Ads) implemented in a similar way
can be found in App store download (free and no Ads).

About

Browser extension implemented in TypeScript & React and built by esbuild for Chrome, Safari and possibly Mozilla Firefox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published