google-chrome - 来自所有已登录设备的浏览器历史记录未进入 chrome 扩展程序

标签 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 历史 View (chrome://history/) 显示所有已登录设备的历史记录,但扩展程序仅从本地设备(运行扩展程序的设备)获取历史记录。我如何从所有设备中获取历史记录?任何帮助将不胜感激。提前致谢。

最佳答案

关于google-chrome - 来自所有已登录设备的浏览器历史记录未进入 chrome 扩展程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33803207/

相关文章:

javascript - 对 chrome 和其他浏览器的 react

firebase - Chrome 扩展程序如何在用户无需登录两次的情况下从 Firebase 网络应用程序获取用户凭据?

javascript - 可以使用 ShadowDOM 更改窗口/选项卡标题

javascript - 传递时对象中的数组为空或 JSON.stringified

php - Firefox 中的 CSS 问题

javascript - firefox 和 chrome 中 offsetwidth 的不同值

java - 如何处理 "org.openqa.selenium.WebDriverException: ChromeDriver only supports characters in the BMP"异常?

javascript - 如何在触摸启动/按住时删除 chrome 中的默认框轮廓动画?

javascript - Chrome 扩展程序或应用程序可以与 macbook touchbar 通信吗?

javascript - Chrome扩展程序动态添加脚本