From d5128c342bc14e60cc0be089e238236e42dadf0b Mon Sep 17 00:00:00 2001 From: Marcelo Lotif Date: Tue, 10 Sep 2024 12:18:36 -0400 Subject: [PATCH] Adding instructions on how to see the extension running. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0d8d636..fa8ed48 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ Here locate the `dist/` directory and open `manifest.json` The generated files are in `dist/`. To load the extensions in Google Chrome go to `chrome://extensions/` and click `Load unpacked`. Locate the dist directory and select `manifest.json`. +# Running the extension: + +Once the extension has been built and installed in your browser, visit https://blank.org/ to see it running. + + # Files: - content-script - UI files