Chrome extension - retrieving global variable from webpage

后端 未结 5 1748
离开以前
离开以前 2020-11-22 17:10

I am working on an extension for Chrome. I wish parse the content of the \"original\" Gmail message (the currently viewed message).

I tried to utilize the jQuery.loa

5条回答
  •  不要未来只要你来
    2020-11-22 18:01

    Content scripts run in an isolated environment. To get access to the any global properties (of the page's window), you have to either inject a new

提交回复
热议问题