From fc48198ac454a83c734b2b1be100362cd6ce709a Mon Sep 17 00:00:00 2001 From: Nanobyte Date: Thu, 13 Aug 2020 23:31:48 +0200 Subject: [PATCH] Added extension reload tip for chromium --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9933a8..15200267 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ The result is in `dist`. This can be loaded as an unpacked extension ## Developing with a clean profile -Run `npm run dev` to run the extension using a clean browser profile with hot reloading. Use `npm run dev:firefox` for Firefox. This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands). +Run `npm run dev` to run the extension using a clean browser profile with hot reloading. Use `npm run dev:firefox` for Firefox. This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands). +Known chromium bug: Extension is not loaded properly on first start. Visit `chrome://extensions/` and reload the extension. # Credit