Files
chrome-extensions-samples/functional-samples/tutorial.focus-mode-debugging
Oliver Dunk 2dd50d5850 Update focus-mode tutorials (#1241)
Formatting fixes and also update the debugging tutorial which is used
in the DevTools Tips video on debugging Chrome Extensions.
2024-07-24 13:34:16 +01:00
..
2023-09-29 12:03:57 -07:00
2023-09-29 12:03:57 -07:00
2023-09-29 12:03:57 -07:00

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.