|
3
|
| Vikram Deshmukh Nicolas Payette · 技术社区 · 11 年前 |
|
|
1
4
根据 https://developer.chrome.com/extensions/content_scripts ,内容脚本有一些限制。他们 不能 : 使用chrome.*API,以下情况除外:
您可能希望将内容脚本中的消息发送到后台页面,如 https://developer.chrome.com/extensions/messaging#simple
|
|
|
2
2
我认为你必须在后台页面而不是在内容脚本中使用chrome.tts。 请参见以下示例: https://developer.chrome.com/extensions/samples#speak-selection |
|
|
user3425506 · 没有互联网连接无法获得PWA 1 年前 |
|
|
sunics · jQuery在ul中查找li元素 1 年前 |
|
|
Curious66 · 如何在谷歌会议中捕获传入的音频流 2 年前 |