Today I Learned - Rocky Kev

Tagged “chrome”

  1. TIL switching over to Service Workers with Chrome extensions

    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

  2. TIL You can inject JS functions as Chrome bookmarks

    You can put JS functions into a bookmark that will fire on the webpage you are on.

See all tags.