所有登录设备的浏览器历史记录都没有进入Chrome扩展程序

时间:2015-11-19 11:53:31

标签: google-chrome google-chrome-extension

我想创建一个chrome扩展程序,以从所有已登录的设备中获取浏览器历史记录。我使用chrome扩展码作为

chrome.history.search({
    'text': '', 
    'maxResults': 100000, 
    'startTime': 0
}, function(res){
      //code to write the data in an excel file
   }

Chrome历史记录视图(chrome:// history /)显示所有已登录设备的历史记录,但扩展程序仅从本地设备(运行扩展程序的设备)中获取历史记录。如何从所有设备中获取历史记录?任何帮助将不胜感激。提前谢谢。

1 个答案:

答案 0 :(得分:1)

对不起。这还没有解决。

查看错误:Consider extending the chrome.history API to work with full synced history