mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-24 02:02:53 +02:00
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
browser.runtime.sendMessage({
|
|
type: "notify-attached-tab",
|
|
message: window.location.href,
|
|
});
|