Files
chrome-extensions-samples/functional-samples/tutorial.focus-mode-debugging/README.md
Oliver Dunk a1c97b522e Add DevTools Tips example (#1013)
* Add DevTools Tips example

* Update functional-samples/tutorial.focus-mode-debugging/README.md

Co-authored-by: Joe Medley <jmedley@google.com>

---------

Co-authored-by: Joe Medley <jmedley@google.com>
2023-09-29 12:03:57 -07:00

978 B

Oliver Focus Mode

Extension used in the Debugging Chrome extensions DevTools Tips video. This extension simplifies the styling of the extensions and Chrome Web Store documentation pages so that they are easier to read when the action icon is clicked.

This extension is based on the Focus Mode extension.

Note: background.js and focus-mode.js are intentionally broken. Try to fix them, and compare your fixes with the code in the fixed folder.

Running this extension

  1. Clone this repository.
  2. Load this directory in Chrome as an unpacked extension.
  3. Visit a page in the Extensions or Chrome Web Store sections on developer.chrome.com, e.g https://developer.chrome.com/docs/extensions/mv3/getstarted/tut-focus-mode/.
  4. Click the extension icon to toggle focus mode.