Chrome 拡張機能の background.js で “TypeError: …sendNativeMessage is not a function” になる場合の対処法

Google Chromeの拡張機能の Native Message で、Service Workerとして動作している “background.js” で chrome.runtime.sendNativeMessage を実行した場合に “TypeError: chrome.runtime.sendNativeMessage is not a function” エラーになる場合の原因と対処法を備忘録的に投稿しておきます。

続きを読む Chrome 拡張機能の background.js で “TypeError: …sendNativeMessage is not a function” になる場合の対処法