From a94a5407e22b3287db369edad92679f98bc2cb52 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 27 Sep 2020 18:14:53 +0200 Subject: Add chrome compatibility --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9e420d3..036203a 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,9 @@ on the `This Firefox` option. Then click on `Load Temporary Add-On` and point the browser to the `extension/manifest.json` file. This will enable the extension and will allow you to use the inspector to debug. + +### Testing on Chrome + +In order to test on chrome, first go to `chrome://extensions/`. Make sure +`Developer mode` is enabled. Then click `Load Unpacked` and point the browser +to the `extension` directory. -- cgit