Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 473 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 473 Bytes

Console Toast Chrome Extension

Display console output on page.

How to install extension

  • Go to chrome://extensions/
  • Turn on Developer Mode.
  • Click on "Load unpacked" and select src folder.

You can change the urls in manifest.json content_scripts.matches array, to restrict the extension to certain urls.

This extension uses toastr package.