From 77aac03b7e0f7c92f3324b0d1b2f31049d183281 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Fri, 21 Jun 2019 15:02:24 -0600 Subject: [PATCH] Documentation links for loading an unpacked extension. --- proxy/webext/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy/webext/README.md b/proxy/webext/README.md index bacaa94..cd53ff1 100644 --- a/proxy/webext/README.md +++ b/proxy/webext/README.md @@ -7,3 +7,5 @@ npm run webext ``` and then load this directory as an unpacked extension. + * https://developer.mozilla.org/en-US/docs/Tools/about:debugging#Loading_a_temporary_extension + * https://developer.chrome.com/extensions/getstarted#manifest