aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 18:14:53 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 18:14:53 +0200
commita94a5407e22b3287db369edad92679f98bc2cb52 (patch)
treeb680c376a517d12d0fe87f31cdb7b7c1d43b5ac6 /README.md
parent98342562bd88eccdb4eaeecacf866996b64ce974 (diff)
Add chrome compatibility
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.