Files
chrome-extensions-samples/functional-samples/tutorial.broken-color
amysteamdev 4baa57bd47 Extension sample for Debugging Extensions tutorial (#867)
* First draft

* Update popup and options

* Update comments

* Update functional-samples/tutorial.broken-color/service-worker.js

Co-authored-by: Sebastian Benz <sebastian.benz@gmail.com>

* Add readme

* Update readme

---------

Co-authored-by: Sebastian Benz <sebastian.benz@gmail.com>
2023-03-28 13:57:59 -05:00
..

Context

This is a simple sample extension used in the Debugging extensions tutorial. The purpose of this extension is to demonstrate how to debug different extension components. This extension changes the background color of active tab.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Go to https://developer.chrome.com/docs/extensions.
  4. Open the extension popup and click on the color.
  5. The background color will change.