Answers for "chrome extension display notification"

1

chrome extension display notification

var opt = {
  type: "basic",
  title: "Primary Title",
  message: "Primary message to display",
  iconUrl: "url_to_small_icon"
}

chrome.notifications.create(id?, opt, creationCallback?);
Posted by: Guest on October-24-2021

Browse Popular Code Answers by Language