diff options
author | Nanobyte <[email protected]> | 2020-08-13 23:31:48 +0200 |
---|---|---|
committer | Nanobyte <[email protected]> | 2020-08-13 23:31:48 +0200 |
commit | fc48198ac454a83c734b2b1be100362cd6ce709a (patch) | |
tree | e4eafcdceb5a4ca93f1c48cc4721d14357be9de5 /README.md | |
parent | 7569de5ee3d6abfff66241a7874d108819a9e497 (diff) | |
download | SponsorBlock-fc48198ac454a83c734b2b1be100362cd6ce709a.tar.gz SponsorBlock-fc48198ac454a83c734b2b1be100362cd6ce709a.zip |
Added extension reload tip for chromium
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |