feat: [extensions] implement a couple of tabs APIs (#21779)
This commit is contained in:
parent
8278a64e00
commit
b9eb68c0b4
21 changed files with 568 additions and 17 deletions
|
@ -17,4 +17,6 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
|||
break
|
||||
}
|
||||
}
|
||||
// Respond asynchronously
|
||||
return true
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue