Chrome 中什么是 screen_capture_injected?
当我使用 Chrome 开发人员工具查看元素时,在 BODY 标记中我看到
screen_capture_injected=true
这是什么意思?它有什么作用?我尝试寻找它,但找不到任何东西。
when i view the elements using chromes developers tools, in the BODY tag i see
screen_capture_injected=true
What does this mean? What does it do? I tried searching for it, but couldnt find anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
就我而言,我安装了“屏幕捕获”扩展程序,我相信它是添加此属性的扩展程序。
In my case, I have installed the "Screen Capture" extension which I believe is the one adding this attribute.
这是浏览器扩展注入。我可以来自任何浏览器插件或扩展。它允许像 Chrome 这样的新型浏览器对我们喜欢的网页执行所有巧妙的操作(即屏幕捕获、Google 语音链接、greatmonkey 编辑等)。
希望能解决这个问题。
It is a browser extension injection. I can be from any browser plug-in or extension. It allows newer browsers like chrome to do all the neat things to the web pages that we love (i.e., screen capture, Google voice links, greasemonkey editing, etc.)
Hope that clears it up.