📅  最后修改于: 2022-03-11 14:56:54.339000             🧑  作者: Mango
chrome.notifications.create(
"name-for-notification",
{
type: "basic",
iconUrl: "image.jpeg",
title: "This is a notification",
message: "hello there!",
},
function () {}
);