You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
chrome.runtime.onInstalled.addListener(function() { |
|
// 扩展第一次安装时触发 |
|
// alert('安装完成') |
|
}); |
|
|
|
chrome.bookmarks.onCreated.addListener(function() { |
|
// alert('新增书签') |
|
}) |
|
// chrome.browserAction.setBadgeText({text: '↑'}) |
|
// chrome.browserAction.setBadgeText({text: '↓'})
|
|
|