diff options
author | Teddy Wing | 2023-11-25 21:54:13 +0100 |
---|---|---|
committer | Teddy Wing | 2023-11-25 21:56:35 +0100 |
commit | 506b9be764e585b3fc5d7dfa92cbf62d11e2cf51 (patch) | |
tree | 13d2611211ce8aebe0ac34b396feb9772f2a5366 /README.md | |
parent | 7af71cad28c16c83e8cd902337c90b4dbdf0e205 (diff) | |
download | extreload-master.tar.bz2 |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -7,6 +7,14 @@ development. Communicates with Chrome over the [DevTools Protocol]. +## Manifest V3 +I tried to add support for Manifest V3 extensions in the branch +[manifest-v3-support], but couldn’t get tab reloading to work properly. +Ultimately, I gave up and decided to use the [chromedp] API rather than lower +level JSON over the WebSocket. Manifest V3 support is available in a rewrite of +this program, [Swextreload]. + + ## Usage Chrome must be started with the `--remote-debugging-port` flag to enable the DevTools Protocol, and the `--silent-debugger-extension-api` flag to allow debug @@ -46,5 +54,8 @@ Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file). +[manifest-v3-support]: https://github.com/teddywing/extreload/tree/manifest-v3-support +[chromedp]: https://godocs.io/github.com/chromedp/chromedp +[Swextreload]: https://github.com/teddywing/swextreload [DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/ [releases page]: https://github.com/teddywing/extreload/releases |