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
|
||||
})
|
||||
|
|
|
@ -12,5 +12,8 @@
|
|||
"scripts": ["background.js"],
|
||||
"persistent": false
|
||||
},
|
||||
"permissions": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue