跟踪点击操作

Track onclick actions

我需要构建 Google Chrome 插件,它将跟踪所有页面上所有 link 的所有点击。

点击 link 后,页面打开插件必须捕获点击,插件必须获取点击的 href 属性 link,在此 URL 中更改一些内容并打开页面新的,已更改 URL.

可以制作吗?

Content Scripts you can pass your own JS library into any (or particular) page, intersect clicks and prevent defaults (with regular JS API) and finally you can pass link back to the background page and use chrome.tabsAPI打开window.