Answers for "chrome notification API"

1

chrome notification API

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

Code answers related to "chrome notification API"

Browse Popular Code Answers by Language