Tagged “chrome”
-
TIL switching over to Service Workers with Chrome extensions chrome extensions mdn
Background Pages are like 'hidden pages' that a developer would create behind the scenes. That hidden page would do various JS needs to simulate functionality. Vs a service worker is a script that your browser runs in the background, separate from a web page, opening the door to features that don't need a web page or user interaction
-
TIL You can inject JS functions as Chrome bookmarks chrome
You can put JS functions into a bookmark that will fire on the webpage you are on.
See all tags.