2022-07-01から1ヶ月間の記事一覧

Chrome拡張機能のManifest v3で発生するようになったエラー「Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.」のお話

今回、私が作成したマウスジェスチャのChrome拡張機能 "Our Mouse Gesture"のManifestファイルをv2→v3に変更したことによって、発生するようになった謎のエラー Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist…

Chrome拡張機能(Manifest v3)で module を利用する方法

以前私が作成したマウスジェスチャのChrome拡張機能 "Our Mouse Gesture"のManifestファイルをv2→v3に変更した記事を書きましたが、後日談に書いたとおり動作が不安定になり v2 へ戻しました。 今回リベンジで再びManifestファイルのv2→v3変更を行いました。…