ng-chrome-extension icon indicating copy to clipboard operation
ng-chrome-extension copied to clipboard

how to load script like jquery.min.js into serviceWorker.ts

Open tanldt opened this issue 2 years ago • 1 comments

Got stuck to do on how to load script like jquery.min.js into serviceWorker.ts any suggestion? Thanks

tanldt avatar Nov 03 '23 22:11 tanldt

if you use the latest version (3.1.0+) you can change directory into the 'chrome' folder and install the deps:

cd chrome
npm install jquery
npm install --save-dev @types/jquery

It should work

larscom avatar Jun 22 '24 07:06 larscom