Skip to content

Instantly share code, notes, and snippets.

View himanoa's full-sized avatar
🏠
Focusing uzi

himanoa himanoa

🏠
Focusing uzi
View GitHub Profile
@uupaa
uupaa / chrome.extension.send.message.md
Last active August 7, 2022 08:28
Chrome Extension send message

Chrome Extension の Messaging 機能でハマったのでメモ

content script から event page(background script) にメッセージを送る方法

content ▶ event page の方向で送る場合は、tab id が不要

// content script
function send() {