Skip to content

andy-p-posthog/bare-bones-posthog

 
 

Repository files navigation

Bare-Bones

The bare-bones Chrome Extension set-up. A solid, simple foundation to build and learn from.

Features

  • Popup action from the app tray, with a button for passing a message to a background service worker.
  • Background service worker for transmitting popup's message to a content script on the currently active tab.
  • Content script for receiving popup's message via the background service worker and changing the page background to yellow.
  • Manifest that supports the above features.

Tutorial

If you're interested in seeing how this extension was built, you can follow my tutorial on medium.

Preview:

About

A bare-bones Chrome extension to build and learn from.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • HTML 27.4%