我正在尝试在我正在扩展的扩展程序中显示最近的标签。
当我尝试运行此代码时;
chrome.sessions.getDevices(function(data) { console.log(data);});
我收到此错误;
TypeError: Cannot read property 'getDevices' of undefined
我已经给了我的manifest.json"会话"权限,无法弄清楚为什么它给了我这个。我是否必须清除Chrome缓存才能重新加载权限?